PDA

View Full Version : file path to listbox


Denniz03
06-09-2006, 01:04 AM
Hi,

I'm trying to get the path of a file (ex. c:\windows\explorer.exe) and copy it to a label, or if it's possible to a listbox.

By pussing a button, i want to get a dialog.filebrowse to select a .exe file from witch i want the path/url to be added to a listbox object.

I don't have much experience in programming and scripts.

Thank you for your help.

azmanar
06-09-2006, 03:05 AM
Hi,

There are some examples called DYNAMIC LISTBOX (http://azman.info/ams). You could download them and check out.

Denniz03
06-13-2006, 06:21 AM
Hi,

ThnQ Azmanar. That worked great. I can now select and add seperate files to the listbox.