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

Thread: CFileDialog

  1. #1
    Guest

    CFileDialog

    Is it possible to specify which directory the dialog will open at.

    Thanks


  2. #2
    Join Date
    Apr 1999
    Posts
    25

    Re: CFileDialog

    Hello,

    I don't know if CFileDialog has an option like that, but you can change directory before and after calling it with functions in direct.h


  3. #3
    Join Date
    May 1999
    Location
    Southern California
    Posts
    12,266

    Re: CFileDialog

    I think you want to use lpstrInitialDir in the m_ofn member of CFileDialog.


    "Signature":
    My web site is Simple Samples.
    C# Corner Editor

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