Hi Folks,
if you're looking for some task manager functionality on Windows Mobile, you have some options.
You can achieve this by using of the "EnumWindows" api function, which enunerates top-level windows. Another option is using of the Toolhelp API (CreateToolhelp32Snapshot / Process32First / Process32Next) functions which enumerate the processes in the system.
A good sample is available at: http://www.codeproject.com/KB/mobile/MobileTaskManager.aspx
6 months ago
No comments:
Post a Comment