any body there to answer my question.....
how can i get the active edit control's handle....
(not when the mouse point is in it.... i know that...
i want to get when the user typing in that edit control)
[email protected]
Printable View
any body there to answer my question.....
how can i get the active edit control's handle....
(not when the mouse point is in it.... i know that...
i want to get when the user typing in that edit control)
[email protected]
The form's ActiveControl property shall return you the control that got the focus. You can access its hWnd property there.