Tagged Questions
0
votes
6answers
2k views
How do you detect dialup, broadband or wireless Internet connections in C++ for Windows?
I have an installation program (just a regular C++ MFC program, not Windows Installer based) that needs to set some registry values based on the type of Internet connection: broadband, dialup, and/or ...