Results 1 to 4 of 4

Threaded View

  1. #1
    XGelite's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Enter text here
    Posts
    1,344
    Reputation
    12
    Thanks
    276

    [TUT] How to Make a button or label open e webpage [TUT]

    just put this under the click event

    Code:
     Dim webAddress As String = "https://www.mpgh.net" 'change to whatever website you like
    
            Process.Start(webAddress)

  2. The Following User Says Thank You to XGelite For This Useful Post:

    CounterAct (11-14-2009)

Similar Threads

  1. [TUT]How to make a link Label
    By Pixie in forum Visual Basic Programming
    Replies: 2
    Last Post: 09-03-2009, 06:55 AM
  2. [Question] How to make a button link to a website?
    By Hax0r69 in forum Visual Basic Programming
    Replies: 8
    Last Post: 07-23-2009, 11:03 PM
  3. [TuT]How to make a button to start Warrock
    By str1k3r21 in forum Visual Basic Programming
    Replies: 8
    Last Post: 11-10-2007, 10:25 AM
  4. [Request]Tut how to make his own bypass
    By BurakG in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-08-2007, 02:46 PM
  5. Tut: how to make cheese
    By ace76543 in forum General
    Replies: 14
    Last Post: 01-14-2007, 09:39 AM

Tags for this Thread