CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    30

    File Open Dialog

    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


  2. #2
    Join Date
    May 1999
    Location
    Sydney, Australia
    Posts
    420

    Re: File Open Dialog

    class CFileDialog will do that for you

    Sally


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured