how to intercept mouse clicks in a Visio 2007's ShapeData window?

D

Dr. Alaa Serry

Hello,

I am using Visio 2007 ActiveX in a .Net WinApp. I can caputure mouse clicks
in the drawing part of the control. However, I am not able to caputer mouse
clicks in the ShapeData window in order to suppress Visio context menu in
that window.

Suggestions and/or pointers are appreciated.

Thanks. Alaa
 
J

JuneTheSecond

Mouse events of Visio seems limited to the drawing page.
UserForm and the controls have also mouse events.
So, you might make your own form to use the mouse events.
 
D

Dr. Alaa Serry

Thanks for the prompt reply. Yes, I do use my own forms/controls to capture
other moyse event. However, I would like to suppress the right click mouse
event when the user is using the ShapeData window from within Visio Active
control. Is there a way and a work around to do that.

Thanks. Alaa
 
Top