CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2001
    Location
    Haryana,India
    Posts
    8

    My Network Friends

    Hi All,

    I am trying to find out how many machines are connected in my network with their names and IP-Address if I know the IP-Address of my Server.

    I have used the winsock control it has a property to find out what is local IP and name. After specifying the RemoteHost Property its easy to get some information of server too.

    Thanks in advance.

    Deepak Adlakha.


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: My Network Friends

    refer http://vblib.virtualave.net, there is a function called Netstate in the vbNetwork class which might help


    HTH

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

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