Hyperlink activates on double click

D

Danny Sowden

I want to create a hyperlink which is only activated when
the user double left clicks it.

Anyone got any ideas of a simple way to do this?
 
D

Danny Sowden

That sounds ideal.

Can you please post the code to call a hyperlink to
another slide, i.e. for slide 3 to slide 4 with a double
click instead of the traditional single click.

Thanks,

Danny.
 
P

PTT, Inc.

Two choices. To go to the next slide use the first one, to go to a
particular slide, use the second one (change the number in the parentheses).

Choice 1: "ActivePresentation.SlideShowWindow.View.Next"

Choice 2: "ActivePresentation.SlideShowWindow.View.GotoSlide (2)"

Bill Foley
www.pttinc.com
 

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