Results 1 to 4 of 4
  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)

  3. #2
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Code:
    Process.Start("https://mpgh.net")
    Is much easier for the choobies!

    Or simplily add a textbox and this code:

    Code:
    process.start("https://" + textbox1.text)
    -Rest in peace leechers-

    Your PM box is 100% full.

  4. #3
    stevethehacker's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    USA bitch
    Posts
    416
    Reputation
    14
    Thanks
    51
    My Mood
    Bored
    lol. I guess there are some people who don't know how to do this. and on some computers Process.start doesnt work. you would need System.Diagnostics.Process.Start

  5. #4
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by stevethehacker View Post
    lol. I guess there are some people who don't know how to do this. and on some computers Process.start doesnt work. you would need System.Diagnostics.Process.Start
    You need System.Diagnostics.Process.Start on older OS i think!
    -Rest in peace leechers-

    Your PM box is 100% full.

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