Tagged Questions

2
votes
3answers
301 views

Unit testing a module that checks internet connectivity

I have a C# module responsible for acquiring the list of network adapters that are "connected to the internet" on a windows Vista machine. The module uses the "Network List Manager API" (or NLM API) ...
0
votes
0answers
89 views

Network List Manager API and netwok Notification area overflow updating

I use Network List Manager API to set (using Delphi) the location type (home / work / public) of a specified network on Windows 7. Now, everything is working fine, but is not perfect. I use the api ...