Mouse button event sensitivity with drawing control

0

0rbital

I have a drawing I am manipulating through the drawing control and C#.
Basically the ability to click on a shape and have an action happen. The
MouseDownEvent and MouseUpEvents seems to be unreliable. Sometimes when I
click the mouse the down event doesn't register and only the up event
registers. Sometimes both. Is there some way to make these events capture
clicks more reliably?
 
J

JuneTheSecond

It might be where the mouse pointer is.
Visio mouse events arise only in and directly on the drawing area.
Mouse events does not arise, if the mouse pointer is out of range or on a
dialog.
 
C

Canadasurfer

Hi there,

I have the same problem as you. I am curious to know; did you ever figure it
out? Thanks...
 
Top