Hello,
I have a WebBrowser form and I want to record the events which user makes on
web.
I handle the event onclick of WebBrowser (handler returns true). Then I
can't write in <INPUT type = 'text'> or change the selection in <SELECT>.
Is there some way to repair this?

Ondrej Srubar

RE: WebBrowser - event handling by OndrejSrubar

OndrejSrubar
Tue Aug 16 04:45:04 CDT 2005

I wrote it wrong. The event which I handle is onclick for DocEvent =
DirectCast(WebBrowser.Document, HTMLDocumentEvents_Event).

"Ondrej Srubar" wrote:

> Hello,
> I have a WebBrowser form and I want to record the events which user makes on
> web.
> I handle the event onclick of WebBrowser (handler returns true). Then I
> can't write in <INPUT type = 'text'> or change the selection in <SELECT>.
> Is there some way to repair this?
>
> Ondrej Srubar