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

    HOW CAN I GET NEWTORK WORK-GROUP

    When I enumerate the network work-group, what function do I use?

    Do you have any simple code????

    please.. please. ^^..




  2. #2
    Join Date
    May 1999
    Posts
    123

    Re: HOW CAN I GET NEWTORK WORK-GROUP

    There's a set of classes for enumerating things on the network here on CodeGuru. The primary functions are WNetOpenEnum and WNetEnumResource.


    The universe is a figment of its own imagination.

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