Board index » cppbuilder » TCppWebBrowser and keyboard accessibility.

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.
 
 

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
Quote
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.