How can I retrieve all computer names within a workgroup and/or domain using vb.net (netBIOS or DNS)????
I want to fill a combobox with computer names so the user can choose a MySQL server.
Please give sample code....
;) :p Eeeeek
Printable View
How can I retrieve all computer names within a workgroup and/or domain using vb.net (netBIOS or DNS)????
I want to fill a combobox with computer names so the user can choose a MySQL server.
Please give sample code....
;) :p Eeeeek
Search this forum , I posted some links some time ago .
try
System.Enviroment.MachineName
This would retrieve the current computer name only .Quote:
Originally posted by nokia8210
try
System.Enviroment.MachineName
sorry miss read the thread