Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    To open a website i use

    Process.Start("www.infi******ming.omg~forum.net")

    Works perfectly

    And to open an app is
    Shell("C:\Nexon\Combat Arms\combatarms.exe")

    hehe

  2. #17
    (G)rapefruit's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Not here
    Posts
    1,593
    Reputation
    9
    Thanks
    211
    My Mood
    Amused
    Quote Originally Posted by randomhacker View Post

    Here is my very crappy vb project. feel free to laugh, its my first vb ive ever done
    btw its a program to browse websites with


    Ill definitely PM you if I need help with vb lol

    I think its for typing the website. Not sure... still learning.
    No back button? No forward button?!

  3. #18
    K4GE's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    311
    Reputation
    13
    Thanks
    65
    My Mood
    Inspired
    Quote Originally Posted by (G)rapefruit View Post
    No back button? No forward button?!
    Well, he said crappy program..

  4. #19
    Iamazn's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    141
    Reputation
    10
    Thanks
    85
    Open Website No Errors
    Code:
    Try
    Process.Start("https://google.com")
    Catch Ex as Exception
    Process.Start("https://google.com")
    End Try

  5. #20
    stevethehacker's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    USA bitch
    Posts
    416
    Reputation
    14
    Thanks
    51
    My Mood
    Bored
    System.Diagnostics.Process.Start("https://www.website.com")


    I use that all the time

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Help] Need code for button
    By Mokou-Sama in forum Visual Basic Programming
    Replies: 3
    Last Post: 07-09-2011, 02:15 PM
  2. Whats the code for a link lable
    By zmansquared in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 7
    Last Post: 12-17-2009, 04:35 PM
  3. click this link so i can get nx for ca
    By farsight13 in forum General
    Replies: 8
    Last Post: 09-20-2009, 02:48 AM
  4. Click The Link For The Time Of Your Life!
    By -TM- in forum Spammers Corner
    Replies: 0
    Last Post: 03-24-2008, 02:22 PM
  5. Replies: 37
    Last Post: 06-20-2006, 04:24 PM

Tags for this Thread