-
network adapter
Hi,
How to configre network adapter(need to configure ethernet adapter)
for dhcp (enable/disable),ipaddress if dhcp disabled, gateway ipaddress, host name , domain name ,enable/disable DNS ,use wins resolution etc programmatically using VB.
if network adapter not installed,then install it.Installing of microsoft virtual private networking adapter.
Can anyone put light on some of the isues.
Thanks in advance,
Milind.
-
Do you need to do this all in VB code?
-
Set IP
I need the same thing :
How to set an ip-address, subnet mask and gateway with VB....
Can anybody help me out ?
tnx
-
IP
Think I found something... check it out.
http://msdn.microsoft.com/library/de...m/iphelp_6.asp
In the left column on the page click on "IP Helper Code Samples"
You will find samples of changing the default gateway, adding an entry to the IP forward table and some other stuff.
Unfortunately it’s not in VB though...