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

    Question vista exploer style

    I like to open a file,
    I turn on OFN_EXPLOERER, the program works. Only the open folder doesn't look like one when open the Mycomputer or any folder in vista
    , I'd like the left panel to have a treeview-like to browse the folders, and on top there should be links to MyDocument, Public, Pictures etc. and the left panel is the folders/files for me to choose.

    Instead my openfolder looks like on in winXP and 2000style

    Thanks

  2. #2
    Join Date
    Nov 2007
    Posts
    28

    Re: vista exploer style

    sorry Im using vista ultimate

  3. #3
    Join Date
    Oct 2002
    Location
    Austria
    Posts
    1,284

    Re: vista exploer style

    Quote Originally Posted by MSDN
    Note Starting with Windows Vista, the Common File Dialog has been superseded by the Common Item Dialog when used to open a file. We recommended that you use the Common Item Dialog API instead of the Common File Dialog API in this case. For more information, please see Common Item Dialog.
    Kurt

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