Re: [WiX-users] Hyperlinks on a dialog

2008-06-12 Thread Bob Arnson
aprameya rao wrote: > 1. How do I declare a button (or any other element) to emulate a hyperlink? > Use a plain button. There's no visual approximation for a link. > 2. How do I make the OnClick of the button (or equivalent) to launch the > link? > Use a DoAction control event using the Pu

[WiX-users] Hyperlinks on a dialog

2008-06-12 Thread aprameya rao
Hi I'm trying to create hyperlinks on a dialog. From what I can see there is no native support for a Hyperlink. I have two questions: 1. How do I declare a button (or any other element) to emulate a hyperlink? 2. How do I make the OnClick of the button (or equivalent) to launch the link? I'm usi

[WiX-users] Hyperlinks on a dialog

2008-06-11 Thread Aprameya Rao
Hi I'm trying to create hyperlinks on a dialog. From what I can see there is no native support for a Hyperlink. I have two questions: 1. How would I declare a button or any other element to emulate a Hyperlink? 2. How do I make the OnClick or equivalent launch the hyperlink?