WebBrowser mouse events How do I capture?

G

Guest

The WebBrowser control is described as exposing numerous public mouse events.
See: http://msdn2.microsoft.com/en-us/library/ayestehw.aspx. many of the
event are described as: "This event is not supported by this control.
(inherited from WebBrowserBase)". Does this mean that I can't access these?
I am using VS Express C#.
Otherwise how do I capture webBrowser mouse events? I am trying to have a
DISPLAY-ONLY browser window (i.e. no futher navigation).
 
C

Chan Ming Man

You should get the concept right. Imaging 1000 persons mouse events your
server need to handle. You might want to look for client side script but not
something that run on server side for this.

chanmm
 
G

Guest

I believe my concept is right.
I am writing a client application with a WebBrowser control.
Doesn't this mean that my app can capture the mouse clicks of the user?
Maybe I'm confused ....
 

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