Browse/Open dialog box
-
Is there a basic windows dialog we can use when making an application that has a "Browse...", "Open...", or "Save..." option, or do I have to create my own? How would I use it, if there is one provided for me already? Danny
-
Is there a basic windows dialog we can use when making an application that has a "Browse...", "Open...", or "Save..." option, or do I have to create my own? How would I use it, if there is one provided for me already? Danny
How about
GetOpenFileName()
orSHBrowseForFolder()
?
"One must learn from the bite of the fire to leave it alone." - Native American Proverb
-
Is there a basic windows dialog we can use when making an application that has a "Browse...", "Open...", or "Save..." option, or do I have to create my own? How would I use it, if there is one provided for me already? Danny
bugDanny wrote: Is there a basic windows dialog we can use when making an application that has a "Browse...", "Open...", or "Save..." option, or do I have to create my own? How would I use it, if there is one provided for me already? Here is the Example :- [http://www.codeproject.com/dialog/XFolderDialog.asp](http:// http://www.codeproject.com/dialog/XFolderDialog.asp)[[^](http:// http://www.codeproject.com/dialog/XFolderDialog.asp)] [http://www.codeproject.com/dialog/selectfolder.asp](http://
http://www.codeproject.com/dialog/selectfolder.asp)[[^](http://
http://www.codeproject.com/dialog/selectfolder.asp)]"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV