message on double clicking a shape

M

MattC

I was wondering how to have a custom message pop up when a user double clicks
a shape. I am using visio 2000 and know its possible but have never used the
shapesheet before and probably wouldnt know what fields to enter information
into if someone posted code for me to be able to do this.
 
A

AlEdlund

you might want to check help for tooltips and comments (these are mouse over
tools). anything beyond that would probably require you to create macros and
call them from the eventdblclick in the shapesheet (that being the easiest).
al
 
P

Paul Herber

I was wondering how to have a custom message pop up when a user double clicks
a shape. I am using visio 2000 and know its possible but have never used the
shapesheet before and probably wouldnt know what fields to enter information
into if someone posted code for me to be able to do this.

Download http://www.sandrila.co.uk/outputdialog.zip
Create a folder "sandrila" in your "Program Files", unzip this into
this folder.

For Visio 2000, start Visio. Menu Tools -> Options -> File Paths
and add "C:/Program Files/sandrila" to the Add-ons path.
(if there is already something there then put a ; between them)

Later versions of Visio are similar but slightly different ways of
getting to the file paths menu.

Load the included drawing into Visio and double click the shape.
The shape's shapesheet Events EventDblClick cell contains
=RUNADDONWARGS("outputdialog.exe","here is some text")

The exe file is digitally signed.
 

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