Click to See Complete Forum and Search --> : File Open Dialog


Aries
May 27th, 1999, 12:11 PM
I was just wondering if there was a simple way to get the use of the FileOpen dialog. Its the efault dialog you get when you select Open from the file menu. All I would like to do is display this dialog when a button is pressed and just get back the string containing the path and filename selected. Is there an easy way to do this or a simple function i can call. I don't actually want it to go ahead and open the file or deserialize it or whatever it does. All i want is a nice easy way to select a file for the user (without having to code the thing) that just returns me the string of which file was selected.

Thanks

Aries

sally
May 28th, 1999, 01:47 AM
class CFileDialog will do that for you

Sally

Sally
May 28th, 1999, 01:47 AM
class CFileDialog will do that for you

Sally