• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

IPCONFIG in Visual Basic?

flymandan

Junior Member
Is there a component in Visual Basic that has the same properties and the Command Line Program IPCONFIG? I want to make a VB program that will register the IP address of the computer in Windows 2000 Server DNS. You can do this with the command "C:\>IPCONFIG /registerdns", but I don't know what a comparable command in VB is. Any information you could provide would be helpful.

Thanks
 
You can try calling the ipconfig.exe from your VB program, but note that ipconfig only exists on NT/2k machines.

I'm pretty sure you should be able to change all those properties programmatically, try searching MSDN for more information.
 
Back
Top