// JP opened flex table

Click to See Complete Forum and Search --> : Find which thread controls the HWND?


Delta-Z
March 6th, 2004, 06:03 AM
Hello
I need to find out ID of the thread controlling a given HWND. How can I do
that?
In general, I intercept a WM_CHAR message, so I know the target HWND, and
I need to find out what locale is active for that window (not my app).
Thanks

Delta-Z
March 6th, 2004, 11:25 AM
Nevermind... I got answered elsewhere: GetWindowThreadProcessId
Can the moderator delete this post?

Andreas Masur
March 6th, 2004, 04:16 PM
[Moved thread]

Andreas Masur
March 6th, 2004, 04:16 PM
Originally posted by Delta-Z
Can the moderator delete this post?
Yes...we could, however, I prefer to leave the question here, so that others doing a search for the same problem can find the answer...

//JP added flex table