PDA

Click to See Complete Forum and Search --> : Edit control's handle.......


navram
Mar 14th, 2001, 05:51 AM
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)


ram@mankave.com

Ah Beng
Mar 14th, 2001, 01:21 PM
The form's ActiveControl property shall return you the control that got the focus. You can access its hWnd property there.