Here's what I want to do ... I have a form with a textbox, a button, and some other irrelevent stuff... When I press the button, I want a window to popup and display the directory structure and all files in a specific dir on the server.
something like :
dir1
-----file1
-----file2
dir2
-----dir3
----------file3
----------file5
-----file6
what i would also like is that when I click on a filename, the window closes and the filename appears in the textbox in the form... I have no idea if this can be done and how...
Can nyone help?