CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2000
    Location
    Ottawa, Canada
    Posts
    469

    How can I get list of all domain names from the network?

    NT 4


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: How can I get list of all domain names from the network?

    check on WNetEnumResource API, I got it work a weeks ago.

    HTH

    cksiow
    http://vblib.virtualave.net - share our codes


  3. #3
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: How can I get list of all domain names from the network?

    http://www.freevbcode.com/ShowCode.Asp?ID=781
    This is a sample program that lists all available resources including printers.



    John G

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