Handle of edit box in IE COM
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
HI, I used CHtmlView to make a custom browser.. It works well..not powerful but basic functions and methods are enough.. One Problem.. I made OnScreen Keyboard.. But I can't route keyboard message to edit box that dynamically created in IE COM.. When clinking the Onscreen Keyboard, the input focus is moved to button of keyboard.. Worse it is when there are lots of edit boxes in Web page.. How can I route the keyboard message correctly? OR How can I get the handle of edit box in IE COM that has focus? Thank you in advance!!! -Ray