(Msg. 1) Posted: Wed Aug 20, 2008 5:40 am
Post subject: message on double clicking a shape Archived from groups: microsoft>public>visio>general (more info?)
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.
(Msg. 2) Posted: Wed Aug 20, 2008 5:13 pm
Post subject: Re: message on double clicking a shape [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
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
"MattC" <MattC RemoveThis @discussions.microsoft.com> wrote in message
news:9F0290C1-3652-4CFA-A3CB-91CF9D24CCF1@microsoft.com...
>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.
(Msg. 3) Posted: Thu Aug 21, 2008 11:42 am
Post subject: Re: message on double clicking a shape [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
On Wed, 20 Aug 2008 05:40:02 -0700, MattC
<MattC.DeleteThis@discussions.microsoft.com> wrote:
>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.
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")
(Msg. 4) Posted: Thu Aug 21, 2008 2:05 pm
Post subject: Re: message on double clicking a shape [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
On Thu, 21 Aug 2008 11:42:14 +0100, Paul Herber
<SubstituteMyFirstNameHere RemoveThis @pherber.com> wrote:
>On Wed, 20 Aug 2008 05:40:02 -0700, MattC
><MattC RemoveThis @discussions.microsoft.com> wrote:
>
>>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.
>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.
(Msg. 5) Posted: Fri Aug 22, 2008 3:47 pm
Post subject: Re: message on double clicking a shape [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum