Related Posts
  • File: Get Adapter Info (C++ and C# samples)

    As you probably already know, retrieving information about your Windows CE handheld adapters is fairly simple. To do so, simply open up Pocket Commander - Start è Programs è Command Prompt - and key-in the following command ipconfig /all The output could look somehing like Windows...
  • File: Setting a static IP address in .NET

    Application overview: The attached Visual Studio 2008 C# demo solution illustrates how to programmatically - retrieve adapter information - set a device static IP address, - rebind an adapter (in this case the Wi-Fi adapter) and - receive network connection and disconnection event notifications: ...