Paul
Tue Nov 04 14:44:53 CST 2003
I've posted in the regular, non-.NET CF newsgroups, how to do this through
the registry. The registry entries would be the same for .NET CF. You can
find those messages in the archives via this link:
http://groups.google.com/groups?hl=en&group=microsoft.public.windowsce
It is also possible to use the IPHlpAPI to change those things, I believe,
but I'm not certain whether your target device will have that API or not.
If so, you might check MSDN for documentation on DeleteIPAddress() and
AddIPAddress(). You'll have to p/invoke them...
Paul T.
"dante" <dante444@hotmail.com> wrote in message
news:0aa901c3a312$79fc42e0$a001280a@phx.gbl...
> How do i change the ip address of the device in VB.net to
> whatever the user changes it to? And be able to have the
> DHCP server select the ip address is automatically?