Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

how to make a web-like text link


1 reply to this topic

bobkk

bobkk
  • Members
  • 1 posts

Posted 11 July 2002 - 16:25

I would like to add a text or push-button control on a dialog that would behave like a link in a web page:

1. If the cursor hoovers over it, it will change color and be underlined.

2. If the user clicks on it, I can do some user-defined action (such as display a dialog).

Is there any way to do this?

Thanks,

Bob

luke_s

luke_s
  • Full Members
  • 532 posts

Posted 16 July 2002 - 02:05

I am not sure on how to make a web link, but I have a button that will open a html readme at the end of the install.

I wrote a c code custom action to use the Shellex commands to open the browser with the html document at its target.