Is there any way to change my IP-adress without rebooting Windows NT???
Printable View
Is there any way to change my IP-adress without rebooting Windows NT???
Yes. try deleting the default route after making the change or programatically, call the function DhcpNotifyConfigChange (which appears to work even when the IP address is static).
thx!the thing with the default route works!
but i dont understand the other one....a little explanation please
where can i find this function for example???
[This message has been edited by haka (edited 03-12-2002).]
If you want to see an example, have a look at AlCoHoLiC's
ifconfig clone.
thx again!!!