Results 1 to 10 of 10
  1. #1
    NatureSkillz's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    In This Thread
    Posts
    652
    Reputation
    17
    Thanks
    222
    My Mood
    Yeehaw

    Need help with some codes - Vb8

    Hey!!

    I need some codes,

    First of all,
    I need the code of,
    When you click an Button on Visual Basic 2008, That it will open another window (also from Vb8, I.E About button)

    And I need the code for:
    Clicking an button, And it will open an web page
    Great Sig From TryMe, And Resized by bugmenot

    Click here to feed me a Nude Girl!!
    How To Create A MapleStory Private Server, Odin Based, And
    Fully Updated Aswel!:

    Click Here For A New MapleStory TUT V55

    Ever wanted to Spam/Troll/Flame without getting banned?<Free for Everyone!?!?>


    People I Respect;
    *- Natureskillz
    Contact me if you want to be on the Respect list, You must do something good against me, or have a good reason >.>

    +1 Post Count!

  2. #2
    karma123's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    RIGHT HERE
    Posts
    97
    Reputation
    10
    Thanks
    9
    My Mood
    Blah
    google the codes. or youtube them....
    [IMG]https://i307.photobucke*****m/albums/nn288/shook772/Karma123.jpg[/IMG]
    [IMG]https://i307.photobucke*****m/albums/nn288/shook772/karmat.gif[/IMG]

  3. #3
    NatureSkillz's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    In This Thread
    Posts
    652
    Reputation
    17
    Thanks
    222
    My Mood
    Yeehaw
    Quote Originally Posted by karma123 View Post
    google the codes. or youtube them....
    Can't find,
    Thanx for the spam post
    Great Sig From TryMe, And Resized by bugmenot

    Click here to feed me a Nude Girl!!
    How To Create A MapleStory Private Server, Odin Based, And
    Fully Updated Aswel!:

    Click Here For A New MapleStory TUT V55

    Ever wanted to Spam/Troll/Flame without getting banned?<Free for Everyone!?!?>


    People I Respect;
    *- Natureskillz
    Contact me if you want to be on the Respect list, You must do something good against me, or have a good reason >.>

    +1 Post Count!

  4. #4
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    Quote Originally Posted by NatureSkillz View Post
    Thanx for the spam post
    You're not in a position to say that mate, you're the one asking a question and you get an answer.

    This stuff is so basic that im not even gonna bother telling you as even the biggest retards could find this on google.

  5. #5
    milku's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Posts
    257
    Reputation
    10
    Thanks
    7
    My Mood
    Devilish
    Well, you wanna when click on a button, open a Internet Explorer page?
    Trades in Crossfire Section:
    Sucessfull with MM: 1

    [oG]Brian - Trusted guy, now I'm sure we could have done that without MM! Great guy!

  6. #6
    Iamazn's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    141
    Reputation
    10
    Thanks
    85
    open website in VB
    [CODE]Process.Start("https://google.com")

    Quote Originally Posted by Natureskillz
    When you click an Button on Visual Basic 2008, That it will open another window (also from Vb8, I.E About button)
    if you mean another form or something that is already in your project, (i.e. About Box, Dialog, Dif form) then use
    NAMEOFTHING.Show()

    If you want to make a button visible
    ButtonName.Visible = True
    Not visible
    ButtonName.Visible = False

  7. The Following User Says Thank You to Iamazn For This Useful Post:

    NatureSkillz (09-17-2009)

  8. #7
    NatureSkillz's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    In This Thread
    Posts
    652
    Reputation
    17
    Thanks
    222
    My Mood
    Yeehaw
    Quote Originally Posted by Iamazn View Post
    open website in VB
    [CODE]Process.Start("https://google.com")


    if you mean another form or something that is already in your project, (i.e. About Box, Dialog, Dif form) then use
    NAMEOFTHING.Show()

    If you want to make a button visible
    ButtonName.Visible = True
    Not visible
    ButtonName.Visible = False
    Mate, you are awesome,
    Thanks
    Great Sig From TryMe, And Resized by bugmenot

    Click here to feed me a Nude Girl!!
    How To Create A MapleStory Private Server, Odin Based, And
    Fully Updated Aswel!:

    Click Here For A New MapleStory TUT V55

    Ever wanted to Spam/Troll/Flame without getting banned?<Free for Everyone!?!?>


    People I Respect;
    *- Natureskillz
    Contact me if you want to be on the Respect list, You must do something good against me, or have a good reason >.>

    +1 Post Count!

  9. #8
    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

    Cool

    Quote Originally Posted by NatureSkillz View Post
    Hey!!

    I need some codes,

    First of all,
    I need the code of,
    When you click an Button on Visual Basic 2008, That it will open another window (also from Vb8, I.E About button)

    And I need the code for:
    Clicking an button, And it will open an web page
    Q.When you click an Button on Visual Basic 2008, That it will open another window

    A. Project -> Add windows form then add.... On form1 button double click on your button, add this code.
    form2.show
    me.close
    -Rest in peace leechers-

    Your PM box is 100% full.

  10. The Following User Says Thank You to Zoom For This Useful Post:

    NatureSkillz (09-17-2009)

  11. #9
    NatureSkillz's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    In This Thread
    Posts
    652
    Reputation
    17
    Thanks
    222
    My Mood
    Yeehaw
    Quote Originally Posted by hejsan1 View Post
    Q.When you click an Button on Visual Basic 2008, That it will open another window

    A. Project -> Add windows form then add.... On form1 button double click on your button, add this code.
    form2.show
    me.close
    You are awesome,
    Thanks!!
    Great Sig From TryMe, And Resized by bugmenot

    Click here to feed me a Nude Girl!!
    How To Create A MapleStory Private Server, Odin Based, And
    Fully Updated Aswel!:

    Click Here For A New MapleStory TUT V55

    Ever wanted to Spam/Troll/Flame without getting banned?<Free for Everyone!?!?>


    People I Respect;
    *- Natureskillz
    Contact me if you want to be on the Respect list, You must do something good against me, or have a good reason >.>

    +1 Post Count!

  12. #10
    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
    Np, just don´t forget to thank me!
    -Rest in peace leechers-

    Your PM box is 100% full.

Similar Threads

  1. need help with some quick codes
    By ravinghippie in forum Anti-Cheat
    Replies: 1
    Last Post: 05-13-2009, 09:24 AM
  2. [HELP] I NEED HELP WITH STAMINA CODE
    By ilovepie21 in forum Visual Basic Programming
    Replies: 15
    Last Post: 03-03-2008, 07:41 PM
  3. i need help with some HARD Adresses
    By shanky1 in forum WarRock - International Hacks
    Replies: 10
    Last Post: 08-19-2007, 04:30 PM
  4. need help with teleport code
    By konni in forum WarRock - International Hacks
    Replies: 0
    Last Post: 07-29-2007, 11:07 PM
  5. NEED help with verification code when registering!
    By vinogradov in forum WarRock Korea Hacks
    Replies: 2
    Last Post: 05-30-2007, 07:20 PM

Tags for this Thread