mmjrules
01-03-2005, 08:24 AM
I searched the forum but didn't find something that could help me!
I'm continuing an installer interface for a CD with freeware programs.
The programs are placed in folders according to their use i.e. "Messaging","Security",etc and every program has it's own subfolder.
Then, to create a treeview control for the user to select the program he wants,I have to make a txt file like this
[Chat-Messaging]
CuSeeMe=\chat-messaging\cuseeme\cuseeme.exe
ICQ Pro 2003=\chat-messaging\icqpro2003a\icqpro2003a.exe
mIRC v6=\chat-messaging\mIRC612\mirc612.exe
The program reads the txt file and creates the treeview. [] denote parent nodes and everything under that are childer nodes
The problem is that when I want to put new programs,I have to make the txt file all over again.
I would like simply to put the programs in folders and then make the treeview directly from that and simply name all the programs setup.exe i.e.(all are folders,indent=subfolder)
Messaging
MSN Messenger
Yahoo Messenger
Trillian
Network
Zone Alarm
....
etc
The txt solution is not mine and I have no clue how to use the treeview control!
Please help me! :(
I'm continuing an installer interface for a CD with freeware programs.
The programs are placed in folders according to their use i.e. "Messaging","Security",etc and every program has it's own subfolder.
Then, to create a treeview control for the user to select the program he wants,I have to make a txt file like this
[Chat-Messaging]
CuSeeMe=\chat-messaging\cuseeme\cuseeme.exe
ICQ Pro 2003=\chat-messaging\icqpro2003a\icqpro2003a.exe
mIRC v6=\chat-messaging\mIRC612\mirc612.exe
The program reads the txt file and creates the treeview. [] denote parent nodes and everything under that are childer nodes
The problem is that when I want to put new programs,I have to make the txt file all over again.
I would like simply to put the programs in folders and then make the treeview directly from that and simply name all the programs setup.exe i.e.(all are folders,indent=subfolder)
Messaging
MSN Messenger
Yahoo Messenger
Trillian
Network
Zone Alarm
....
etc
The txt solution is not mine and I have no clue how to use the treeview control!
Please help me! :(