Tray Task List
8/28/2008
This code sample is named TrayTaskList. It demonstrates how to get a list of running tasks along with their window names, into a popup item on the tray.
Feature Area
Relevant APIs
- Shell Reference (Windows Mobile)
- CreateToolhelp32Snapshot function
- Process32First function
- Process32Next function
- Shell_NotifyIcon function
Usage
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\win32\TrayTaskList
Microsoft Visual Studio 2005 launches and loads the solution.
Build the solution (Ctrl+Shift+B).
Deploy the solution (F5).
Development Environments
Pocket PC SDK: Windows Mobile 6 Professional SDK
Development Environment: Visual Studio 2005.
ActiveSync: Version 4.5.
See Also
Concepts
Code Samples for Windows Mobile