Hyperlink activates on double click

  • Thread starter Thread starter Danny Sowden
  • Start date Start date
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?
 
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.
 
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
 
Back
Top