CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: File Dialog

  1. #1
    Join Date
    May 1999
    Location
    CA
    Posts
    188

    File Dialog

    I am trying to write a program to get used to visual C++. I have come to a point where I would like to open a file dialog to get a path name. I would like to know if there is a file dialog class already in existance or if I must reinvent the wheel.

    Any help is appreciated.

    Eric Smith
    [email protected]





  2. #2
    Join Date
    Apr 1999
    Posts
    23

    Re: File Dialog

    Try CFileDialog

    Regards,

    Thomas


  3. #3
    Join Date
    May 1999
    Location
    CA
    Posts
    188

    Re: File Dialog

    CFileDialog

    DOH!

    Why didn't I see that one?

    Thanks.



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