CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2008
    Location
    India
    Posts
    780

    How can restrict to shortcuts not displayed in CFileDialog?

    Hi all,

    i m using CFileDialog to browse file,but i want no shourtcut disaplay in this dialog.

    please anyone can tell me how can i do this.

    thanks in advance.
    IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH

  2. #2
    Join Date
    Nov 2007
    Posts
    613

    Re: How can restrict to shortcuts not displayed in CFileDialog?

    What you need is to skip junction points. Look for help on
    FILE_ATTRIBUTE_REPARSE_POINT flag.

    http://msdn.microsoft.com/en-us/libr...29(VS.85).aspx

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