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
Ondrej Srubar - 16 Aug 2005 10:45 GMT
I wrote it wrong. The event which I handle is onclick for DocEvent =
DirectCast(WebBrowser.Document, HTMLDocumentEvents_Event).
> Hello,
> I have a WebBrowser form and I want to record the events which user makes on
[quoted text clipped - 4 lines]
>
> Ondrej Srubar