Connection Manager
I'm new to VB and .NET. I'm writing an app for a smartphone (wm 5.0 vs2005). I would like to use the connection manager function ConnMgrQueryDetailedStatus to determine the signal quality of my connection, but I'm unsure how to access the status information in the connmgr_connection_detailed_status structure (using Visual Basic)
Wim DevosPosted Aug 2, 2007, 11:34 AM
http://www.codeproject.com/useritems/PeekPocket.asp
This example could be an answer, but it is coded in c++ MFC :(