Windows CE 2.1 Technical Articles  

A Simple VBCE Task Manager

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Matt Woodward
Microsoft Corporation

July 1999

Summary:In addition to several ancillary Microsoft Windows CE development techniques, the Visual Basic Task Manager sample demonstrates three fundamental concepts: creation of a Windows CE Automation object in Visual C++; use of the Windows CE Automation object from Visual Basic; and manipulation of system and task resources in Windows CE. (8 printed pages)

Click hereto download the sample associated with this article from the Downloads Center.

Developers familiar with building applications for the Windows desktop or server platforms will find that building applications for Windows CE involves little additional training. Windows CE contains a subset of the Win32 API found on traditional Windows machines, giving developers a similar programming model and interface for constructing compelling mobile solutions for the next generation of computing devices.

Overview

In addition to several ancillary Windows CE development techniques, the Visual Basic Task Manager sample demonstrates three fundamental concepts: