JimC Posted October 8, 2009 Posted October 8, 2009 I am building trying to fina a function that will allow you to browse like explorer.exe and set a path based on a selction. Additionally I will be verifying that certain files exist to verify the directory is valid, but I can find the function that will allow you to select a source via a button. Any assistance would be greatly appreciated. Thanks, jim
sias Posted October 8, 2009 Posted October 8, 2009 I am building trying to fina a function that will allow you to browse like explorer.exe and set a path based on a selction. Additionally I will be verifying that certain files exist to verify the directory is valid, but I can find the function that will allow you to select a source via a button. Any assistance would be greatly appreciated. Thanks, jim Are you looking for something like one of these? FileSaveDialog ( "title", "init dir", "filter" [, options [, "default name" [, hwnd]]] ) FileSelectFolder ( "dialog text", "root dir" [, flag [, "initial dir" [, hwnd]]] ) Or am I misunderstanding the question? "The true measure of a man is how he treats someone who can do him absolutely no good."
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