Connection Manager Helper

Windows Mobile SupportedWindows Embedded CE Not Supported

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

Feature Area

Relevant APIs

Usage

To run the code sample

  1. 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\CMHELPER

    Microsoft Visual Studio 2005 launches and loads the solution.

  2. Build the solution (Ctrl+Shift+B).

  3. Deploy the solution (F5).

To launch the application

  1. On the mobile device, navigate to the Program Files folder, and then to the cmhelper folder.

  2. Launch the executable file, cmhelper.exe.

Using the application

Bb158792.54cb268c-900d-41e4-936e-6a75a05f0f5c(en-us,MSDN.10).gif

  1. Type a URL into Network Path.
  2. If you will be using a proxy server, then check Use proxy if available.
  3. Click either Check, Connect, or Disconnect. Status details appear in the scrollable text field.

Button Commands

Button Action

Check

See if you can connect within 4 seconds.

Connect

Establish a connection.

Disconnect

Break the connection.

Development Environments

Pocket PC SDK: Windows Mobile 6 Professional SDK 

Development Environment: Visual Studio 2005.

ActiveSync: Version 4.5.

See Also

Reference

Time Server Synchronization

Concepts

Code Samples for Windows Mobile