setting network card informations like IP address, dns, netmask

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Is there other ways to set the informations above using .NET? I use WMI in
..NET 1.1, but i seems quite slowly for me.

thanks
 
Doing manual changes takes a while to do as well because the computer has to
let the adapter take on the new settings. No matter how you make adapter
changes, it will always be a slow thing. WMI is going to be your best bet IMO.
 
But i want to port my software to Windows Mobile. So NETCFW 2.0. doesn't
support WMI.
Can i use wmi with unmanaged code on WM ?
 
Back
Top