How can I implement the link to the website via the button?

Hi,
Of course I can use a hyperlink but I would like to make a nice button to go to the website. Please tell me how to implement it? Thanks in advance for your time.

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
kenzor's picture

Like this

like this

on btnGoWeb pressed do 
(
	process=dotnetclass "System.Diagnostics.Process"
	process.start "http://www.designimage.co.uk"
)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.