Menu
Forums
Login | Register

Home > Forums > C++ > opening a file browser Page :  1 
opening a file browser
Hi,
Can anyone tell me if opening a file browser in windows is possible through C or C++ code.

Thank you.
Yes it is possible,

System::String ^FileName;
System::Windows::Forms::OpenFileDialog FileBrowser;
FileBrowser.ShowDialog();
FileName = FileBrowser.FileName;

Home > Forums > C++ > opening a file browser Page :  1 

You need to be logged in to reply to this topic.


All Rights Reserved, © Zeus Communications, Multimedia & Development 2004-2005

Read the Disclaimer

Links