How can I, with a dialog box, make a "browse" button that can search for a file of a specific type that can return whatever path was of the file selected?
(I'm new to Visual C++)
Add the button to the dialog, and add an event handler using class wizard(or by pressing ctrl and double clicking the button)
and add the following code to the new function
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.