Tagged Questions
3
votes
7answers
9k views
How do you parse an IP address string in C#?
I'm writing C# code that uses the windows IP Helper API. One of the functions I'm trying to call is "GetBestInterface" that takes a 'uint' representation of an IP. What I need is to parse a textual ...
2
votes
8answers
2k views
How do you find out which NIC is connected to the internet?
Consider the following setup:
A windows PC with a LAN interface and a WiFi interface (the standard for any new laptop). Each of the interfaces might be connected or disconnected from a network. I need ...
0
votes
1answer
98 views
Network Adaptro configured with ip address or not? How to check using vc++/Windows api?
Hi Could any one share about Network Adaptor configured with ip address or not eithor using dhcp or manual. How to check using vc++/Windows api?