Connection Manager Helper
Windows Mobile 6.5

8/28/2008
This code sample is named CmHelper. It demonstrates how to write a simplified Connection Manager client by deriving functionality from a helper class. This results in a client that focuses on only three things:
-
where the data is
-
whether a proxy is used
-
what information to show the user while connecting
-
ConnMgrEstablishConnection function
-
ConnMgrConnectionStatus function
-
ConnMgrReleaseConnection function
-
ConnMgrMapURL function
-
ConnMgrProviderMessage function
To run the code sample
-
Navigate to the solution file (*.sln), and double-click it. By default, the solution file is copied to the following folder:
C:\Program Files\Windows Mobile 6 SDK\Samples\PocketPC\CPP\MFC\CMHELPERMicrosoft Visual Studio 2005 launches and loads the solution.
-
Build the solution (Ctrl+Shift+B).
-
Deploy the solution (F5).
-
On the mobile device, navigate to the Program Files folder, and then to the cmhelper folder.
-
Launch the executable file, cmhelper.exe.
Community Additions
Show:
