Board index » cppbuilder » TCppWebBrowser and keyboard accessibility.
Chris Denham
![]() CBuilder Developer |
Chris Denham
![]() CBuilder Developer |
TCppWebBrowser and keyboard accessibility.2003-07-19 12:48:16 AM cppbuilder10 I can tab around the links on a web page displayed with TCppWebBrowser, but if I hit the enter key, nothing happens. In Internet Explorer, the enter key takes you to the page referred to in the selected link, so how do I make TCppWebBrowser behave the same? I been scratching my head over this all day, and I'm getting nowhere. Help!!! Chris. |
Mehmet
![]() CBuilder Developer |
2003-07-19 06:39:44 AM
Re:TCppWebBrowser and keyboard accessibility.
I did it with onkeypress event, but a more proper way maybe there is...
(CR Enter key ASCII =13) "Chris Denham" < XXXX@XXXXX.COM >wrote in message QuoteI can tab around the links on a web page displayed with TCppWebBrowser, |