Hi,
Just a question to finish my project off.
If I have a button, and want to use it as a link to website when I click it, what do I do?
Printable View
Hi,
Just a question to finish my project off.
If I have a button, and want to use it as a link to website when I click it, what do I do?
You can put this in the button click event. Change the URL to whatever you want:
vb Code:
Process.Start("http:\\www.bbc.co.uk")
Thanks dude