// JP opened flex table

Click to See Complete Forum and Search --> : find the hwnd of the window calling the keyboard callback function


flynny1st
September 18th, 2007, 10:49 AM
hi i have hooked into the keyboard events of an external screen.

I have it so that when the user presses ctrl+a i capture the event and do some processing.

However, i can potentially have more than one keyboard proc running at the same time (for example hooked into two instances of a window i hook into is open at one time)

how can i find out the hwnd of the window that sent the keyboard message please?

many thanks

matt.

//JP added flex table