You can set in your click event this
\\\
im p As New Process
Dim pi As New ProcessStartInfo
pi.FileName = "http://msdn.microsoft.com"
pi.UseShellExecute = True
p.StartInfo = pi
p.Start()
////
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.