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

Hyperlink


2 replies to this topic

inakibalzac

inakibalzac
  • Members
  • 6 posts

Posted 18 July 2003 - 10:54

Hi friends,

I need to pinclude a hyperlink in one form. How could I solve this problem? i doesn´t seem to appear a control which could affort this.

Can I use a button? but then, how can I do the link to the url?

Are there any tip which can help me?

Thank you very much


luke_s

luke_s
  • Full Members
  • 532 posts

Posted 21 July 2003 - 08:13

I dont think that there is a standard contol for this, but you could create a custom action that runs a ShellExecute and open a web page.

ShellExecute(hWnd,"open","c:\\myhtmlpage.html",NULL,bufr,SW_SHOWNORMAL);


inakibalzac

inakibalzac
  • Members
  • 6 posts

Posted 21 July 2003 - 08:49

Thank you Luke,
I tried to do that. The problem now is that the compiler doesn´t recognize this instruction. Do i have to do via sript code or shoul I import a dll that implements this function.

I´m working with developer 8.0 and Msi Scripts project.

Thank you very much.