Results 1 to 3 of 3

Thread: [2005] hyperlink

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2007
    Posts
    23

    [2005] hyperlink

    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?

  2. #2
    Frenzied Member stimbo's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    1,739

    Re: [2005] hyperlink

    You can put this in the button click event. Change the URL to whatever you want:

    vb Code:
    1. Process.Start("http:\\www.bbc.co.uk")
    Stim

    Free VB.NET Book Chapter
    Visual Basic 2005 Cookbook Sample Chapter

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Mar 2007
    Posts
    23

    Talking Re: [2005] hyperlink

    Thanks dude

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width