AxWebBrowser HTML text box

  • Thread starter Thread starter Chris Soulsby
  • Start date Start date
C

Chris Soulsby

I wrote a HTML browser control using AxWebBrowser, it seems to work fine.
However, when I added a HTML input text box to the form I was unable to type
anything into it. I also added a checkbox which works fine. Does anyone
have any idea what may be causing this?

One last thing, does anyone know if you can retrieve what is typed into the
above box (when I get it working) using the IHTMLDocument interface?

Thanks for any help.

Chris
 
Hi,

I've looked at the problem some more and believe that it is being caused by
the control not getting the key presses. It does, however, seem to receive
mouse events as you can check and uncheck check boxes. The textarea html
item doesn't work in the same way as the input text box.

I still can't workout how to solve the problem.

Chris
 
Back
Top