Another question about events

T

Tomislav

Hello,

I found this question among old articles, but unfortunately, ther wasn't any
answers: how to create an event on object in Visio drawing ?

Example is following: I need to return X and Y position of an object so that
it can be displayed in a text label in drawing while we move the object. I
already made a routine that returns position but only when button on user
form is clicked.

Could it be performed so that event is triggered on object moving ?

Thanks,

Tomislav
 
M

Mark Nelson [MS]

Visio generally fires events after each user action is finished, not while
it is happening. However, you can use the Mouse events to get the cursor
position here. I recommend you use the Event Monitor tool in the SDK to
watch exactly what events fire when.

--
Mark Nelson
Office Graphics - Visio
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.
 

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