ScriptSpot

Forum topic · ScriptSpot How To

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

By ermak · 2014-11-05

Description

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 (1)

kenzor · 2015-03-15

like this


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