Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hyperlink in MessageBox ?

Status
Not open for further replies.

94ws7

Programmer
Jul 15, 2003
2
US
Is this possible? I have a dialog box with a logo, etc in it, I would like to add a link that calls our support page. Thanks
 
I'm assuming you'll have an image or something similar to click in the dialog box. If so, in the case statement handling that particular dialog box action, you can use a line like this:

run "c:\winnt\system32\adobe\svg viewer\readme.html"

which will launch the HTML file in (I assume) the default browser. This works at least on my Win2K system with IE6.

I seem to recall that it was a bit more involved than that, but apparently I did that work via email instead of here, so don't have any additional record of what was necessary to launch the HTML file (hopefully the above run command will work OK for you).


aspect@aspectscripting.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top