08-05-2009 08:28 AM
Hi,
I have multicolumn listbox with file folders in it. These are default paths in my program. I need to change the default paths by pressing the MODIFY button. For example, if I need to change the default path to Folder01, I need to select the first row of the listbox and then press MODIFY. Also after this I need to select files from these folders, I mean, if I press on "Selecting File From Folder01", must be opened the folder, specified by the first row of the listbox. Can you help me to do that? Thanks.
08-05-2009 09:13 AM
I've done that quickly, maybe you should rework on it but that should be OK : to understand this solution you must learn about event structure and property nodes, so you should have a look at it if you want to understand what I've done.
Best,
08-05-2009 09:28 AM