WebBrowser - event handling

G

Guest

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
 
G

Guest

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top