Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Browse button so users can access files

How do I implement a button that enables users to browse and load a specific file?

Thanks,

~tina
0 Kudos
Message 1 of 2
(3,610 Views)
The easiest way to do this in Visual C++ is probably to use the CFileDialog class. You can find some examples in the CFileDialog documentation, such as in the documentation for the CFileDialog::DoModal method. You can find several more examples via Google.

- Elton
0 Kudos
Message 2 of 2
(3,607 Views)