Visio output box
On the newsgroup “microsoft.public.visio.general” the other day a user asked about how to pop up a dialog box showing custom text when a Visio shape is double-clicked.
I’ve created a Visio addon to do this, you can download it is from :
http://www.sandrila.co.uk/binaries/outputdialog.zip
Instructions
- Create a folder ’sandrila/outputdialog’
- Unzip this zip file into this folder
- Start Visio
- From the Tools menu go to File Paths (different versions of Visio put this in
slightly different places) - Add the path to the above folder e.g. ‘C:/Program Files/sandrila/outputdialog’
to the Add-ons path. If there is already something there then separate the paths
with a ‘;’ e.g. Solutions;C:/Program Files/sandrila/outputdialog - 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”)
Copy this into the EventDblClick cells of your own shapes
The exe file is digitally signed for your security.
[...] Visio output box jump to navigation [...]