Thread: Virtual Folder Question (Shell)

  1. #1
    Registered User The Dog's Avatar
    Join Date
    May 2002
    Location
    Cape Town
    Posts
    788

    Virtual Folder Question (Shell)

    Is there a CSIDL constant for the "Entire Network" link that is displayed in explorer?

    I don't want to show that link in my app. Is there a way to omit that link in the TreeView/ListView ?

    Currently, when my app shows that link, the displayed text is all rubbish, and when I click it, the program crashes.

    Any thoughts?

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    CSIDL_NETWORK is all I see.

    If you have access to the tree control, can't you search through it and remove that element in the tree? Just a thought.

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. virtual page question
    By uscuba2 in forum Tech Board
    Replies: 5
    Last Post: 06-03-2009, 10:10 AM
  2. shell question
    By jordanguyoflove in forum C Programming
    Replies: 3
    Last Post: 03-10-2009, 08:39 AM
  3. Replies: 7
    Last Post: 11-17-2008, 01:00 PM
  4. Replies: 4
    Last Post: 01-13-2008, 02:14 AM
  5. Exporting Object Hierarchies from a DLL
    By andy668 in forum C++ Programming
    Replies: 0
    Last Post: 10-20-2001, 01:26 PM