![]() |
XML in TreeView als Menü
Guten abend zusammen...
ich hab schon einige male mit xml gearbeitet in php also hab ich mir gedacht ich könnts ja auch mal in delphi probieren ;) nun habe ich diese xml datei und habe heut schon mit n paar versuchen erste ergebnisse erzielt aber wie der titel schon sagt würd ich gerne ein treeviev als menü aus xml haben... die xml schaut so aus:
Delphi-Quellcode:
wer vermag es nun mir den kniff zu verraten wie ich ans ziel komme?
<Programm Version="1.0.0.0">
<Category> <Software name="Programm1"> <PathExe>Pfad1.exe</PathExe> </Software> <Separator/> <Category name="Kategorie1"> <PathIcon>KategorieIcon.ico</PathIcon> <Category name="Kategorie 1/1"> <PathIcon>KategorieIcon.ico</PathIcon> <Software name="Programm2"> <PathExe>Pfad2.exe</PathExe> </Software> </Category> <Category name="Kategorie 1/2"> <PathIcon>KategorieIcon.ico</PathIcon> <Software name="Programm3"> <PathExe>Pfad3.exe</PathExe> </Software> </Category> </Category> </Category> </Programm> danke für alle hilfreichen tips :) |
Alle Zeitangaben in WEZ +1. Es ist jetzt 16:32 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz