Hi all,
My Program use EnumWindows to find running programs .Then use
GetWindowText to show the program title.
But when one running program is blocked. The GetWindowText in my program
will be block too.
Then I try to use SendMessageTimeout(hWnd, WM_GETTEXT, MAXPATH,
pszTitle,1000L,...).
This API wont be block.But It coundn't got any character...
And The task manager on my device works fine at the same time.
OS: Windows Mobile 6.5
Thanks for any information!