changing Gateway
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
How to change the Gateway from Vb.net 2005 I saw the following
_Dim RixRoad As New ProcessStartInfo RixRoad.FileName = "Netsh" RixRoad.Arguments = "interface ip set address name=""Local Area Connection"" static 192.168.1.102 255.255.255.0 192.168.1.2 1" Process.Start(RixRoad)_
But how to change the Gateway only? I have no problem if you provide me any other solution then the above 1Regards Ramy