C
Chris
Hi,
I am currently working on a VB.NET 2005 app which contains an event handler
for Visio to capture shape-added events. When a shape is added to a Visio
drawing, the event handler opens up a dialog box. Problem is, if the dialog
box is open for a minute or more then the remaining code in the event handler
after showing the dialog box is not run.
It is almost as if the event handler time's out or loses connection to Visio.
Strangely this works fine with Visio 2002 but not Visio 2003.
I saw somewhere that Visio 2003 has a lot more events, especially for mouse
movement. Could this be causing the problem?
Any ideas on this would be greatly appreciated.
Thanks,
Chris
I am currently working on a VB.NET 2005 app which contains an event handler
for Visio to capture shape-added events. When a shape is added to a Visio
drawing, the event handler opens up a dialog box. Problem is, if the dialog
box is open for a minute or more then the remaining code in the event handler
after showing the dialog box is not run.
It is almost as if the event handler time's out or loses connection to Visio.
Strangely this works fine with Visio 2002 but not Visio 2003.
I saw somewhere that Visio 2003 has a lot more events, especially for mouse
movement. Could this be causing the problem?
Any ideas on this would be greatly appreciated.
Thanks,
Chris