mozart90 Posted August 12, 2006 Posted August 12, 2006 Hi I need something like the fileselectfolder function on my gui. So my question is there a udf that fills a treeview with (all) informations found in fileselectfolder eg drives, folders... and returns the selected folder? greetings mozart90 Easy Zip Compression using XP
/dev/null Posted August 12, 2006 Posted August 12, 2006 Hi I need something like the fileselectfolder function on my gui.So my question is there a udf that fills a treeview with (all) informations found in fileselectfolder eg drives, folders... and returns the selected folder?greetings mozart90That's exactly what FileSelectFolder() is for. Why would you want to reinvent it?Kurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
mozart90 Posted August 12, 2006 Author Posted August 12, 2006 That's exactly what FileSelectFolder() is for. Why would you want to reinvent it?Kurt... yes I know, but I need it on my gui and not in an extra popup window.Greetings Easy Zip Compression using XP
PsaltyDS Posted August 12, 2006 Posted August 12, 2006 ... yes I know, but I need it on my gui and not in an extra popup window.GreetingsThere are usually slicker ways to do things than mine, but where I've needed that I have put an Input control with an elipsis ( ... ) button next to it. Clicking the button pops up the extra popup window you mentioned, but it is clearly tied to the GUI and a familiar desktop action to Windows users. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now