CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2003
    Posts
    6

    Unhappy CFileDialog "view", how to control it?

    Dear all,

    I wish to remember the view setting of CFileDialog in previous open such that next time CFileDialog appear, it is display in the previous selected view(style-detail view/thumbnail view/explorer view). I intended to save setting in a file, but now I don't know :

    1.) What I have to do as to control the view(STYLE-thumbnail,folder or detail view) of the CFileDialog?
    2.) What I have to do as to get the view setting?


    How can I do 1 and 2?

    Any example will be even more helpful for me and all suggestion are welcome.

    Thank you in advance.

    bb2003bb

  2. #2
    Join Date
    Aug 2002
    Location
    Hamburg / Germany
    Posts
    280

    wrong forum

    You should have posted this in the Forum for VisualC++ since your question is related to a MFC-class.

    regards

    juergen

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