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

    Question Network Shares....plz help...

    Hi guys.... I want to make a network search engine for my home network but I have been unable to find a way to get the names of all my network shares (shared files and folders).
    Even if you dont know the exact answer....plz suggest something (any ideas would be helpful and appreciated).
    So basically I am looking for any way to get the list of all the network shares using C#.

    Armtusk

  2. #2
    Join Date
    Oct 2001
    Location
    Norway
    Posts
    265
    Look into Windows Management Instrumentation(WMI) - the System.Management.* namespaces.

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