Jan Guest
|
Posted: Fri Oct 01, 2004 9:10 am Post subject: Problem to send a key to TEmbeddedWB |
|
|
I have problem with sending any key to TEmbeddedWB window (Delphi 6).
I need to create on-screen keyboard and send any kind of characters to
Browser window, specially to web boxes.
I try to use SendMessage and it doesn't works.
web.SetFocusToDoc;
SendMessage(web.handle,WM_KEYDOWN,key,1);
SendMessage(web.handle,WM_CHAR,key,1);
SendMessage(web.handle,WM_KEYUP,key,1);
Is it possible to fill in data by web.Document ?
Please help me.
|
|