Find all PCs in a network
I am using VB 2005
How can I search all active PCs in a network in vb.net
Regards
I am using VB 2005
How can I search all active PCs in a network in vb.net
Regards
Hi,
If you know the range of their IP addreses you may be able to get the result of a PING test back in
VB.Net. I don't know how though, sorry.
--
I've just found this answer.>>
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=677061&SiteID=1
among these 90+ posts.>>
Regards,
S_DS
'Read out the net view information and store it to C:\Temp.txt Shell( 'The command above will write something like this in the text file: 'loop until the end of the file is reached 'Only read out the computername if the line starts with '\\' Debug.Print(Replace(Mid(CurrentLine, 1, InStr(CurrentLine, 'InStr(CurrentLine, " ") => gets the location of the 1st space ReadFile.Close() I hope this helps! Greets, Stitch