hyperlinks 
Author Message
 hyperlinks

I am using outlook 2000 to make a form, and i am using VBScript to code it,
however i am running into a problem, i have a button then when clicked needs
to bring up an html help file, i am having trouble finding the code for the
hyperlink, if anyone can help me i would be very appriciative.  Again the
form is not in html format, but Oulook

Jimmy



Mon, 30 Dec 2002 03:00:00 GMT  
 hyperlinks

set shell = createobject("wscript.shell")
chmfile = chr(34) _
        & "C:\Program Files\" _
        & "Microsoft Scripting Technologies\" _
        & "VBSdocs\VBS55.CHM" _
        & chr(34)
shell.run chmfile

--
Michael Harris
MVP Scripting

I am using outlook 2000 to make a form, and i am using VBScript to code it,
however i am running into a problem, i have a button then when clicked needs
to bring up an html help file, i am having trouble finding the code for the
hyperlink, if anyone can help me i would be very appriciative.  Again the
form is not in html format, but Oulook

Jimmy



Mon, 30 Dec 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Distiller and hyperlinks--Ghostscript and hyperlinks

2. Hyperlink from vbscript

3. kicking off a vbscript from a hyperlink

4. Button hyperlink

5. hyperlink bounding boxes?

6. Creating PDFs with hyperlinks from PostScript

7. Assigning hyperlinks to images in a slide show

8. Etymon PJ - add hyperlink to existing PDF with

9. PS => PDF (hyperlinks)

10. Counting clicks on a hyperlink

11. BUG hyperlinks protocols

12. Hyperlinks in PDF

 

 
Powered by phpBB® Forum Software