Tray Task List
Windows Mobile 6.5

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.
-
Shell Reference (Windows Mobile)
-
CreateToolhelp32Snapshot function
-
Process32First function
-
Process32Next function
-
Shell_NotifyIcon 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\win32\TrayTaskListMicrosoft Visual Studio 2005 launches and loads the solution.
-
Build the solution (Ctrl+Shift+B).
-
Deploy the solution (F5).
Community Additions
Show: