Results 1 to 12 of 12
  1. #1
    mizzer3's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    MPGH.net
    Posts
    888
    Reputation
    7
    Thanks
    171
    My Mood
    Sleepy

    [TUT] How to go from one form to an other form [TUT]

    Hello! Now i will show u how to go from one form to an other form! ( Very Easy ) ^^

    Okey just follow steps:

    Steps
    - Open Visual Basic 2008
    - File - New Project - Windows Application
    - Project - Add new item or [CTRL+SHIFT+A]
    - Windows Form
    - Now you should have two forms
    - Go to Form 1
    - Add 1 Button
    - Double click button
    - Write in code:
    Code:
    Public Class Form1
    
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            Form2.Show()
        End Sub 
    End Class
    - Debug
    There you go !

    Very easy right ?
    Heal Ur Allies, And You Will Win The War.



    RESPECT LIST :

    - Very Good Friend - Sn0wn00b
    - All the Mpgh minions ( special m3 )
    - th3reaper
    - respeckt52
    - s3liskar
    - thecamels8

  2. The Following 2 Users Say Thank You to mizzer3 For This Useful Post:

    krkki141 (01-15-2010),spamman4 (01-15-2010)

  3. #2
    Rcaking!'s Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    29
    Reputation
    10
    Thanks
    10
    Du, if you dont now this you shouldn't be using a computer.

  4. The Following User Says Thank You to Rcaking! For This Useful Post:

    TehKiller (01-12-2010)

  5. #3
    mizzer3's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    MPGH.net
    Posts
    888
    Reputation
    7
    Thanks
    171
    My Mood
    Sleepy
    Quote Originally Posted by Rcaking! View Post
    Du, if you dont now this you shouldn't be using a computer.
    ehh, lol...
    Heal Ur Allies, And You Will Win The War.



    RESPECT LIST :

    - Very Good Friend - Sn0wn00b
    - All the Mpgh minions ( special m3 )
    - th3reaper
    - respeckt52
    - s3liskar
    - thecamels8

  6. The Following 2 Users Say Thank You to mizzer3 For This Useful Post:

    krkki141 (01-15-2010),spamman4 (01-15-2010)

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

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

    TehKiller (01-12-2010)

  9. #5
    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
    This is so fail!
    -Rest in peace leechers-

    Your PM box is 100% full.

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

    TehKiller (01-12-2010)

  11. #6
    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
    i lol'd
    hahahahha

    Everyone knows this XD
    If you dont know this, YOu shouldnt be in the VB section

  12. #7
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    I have been wondering how to do this.

    I can probably get "fancy"

    Code:
    Dim obj as new Form1
    if radiobutton1.checked = true then 
    obj.show()
    me.unload ' assuming this code is in Form2
    else 
    obj.unload
    end if
    Last edited by NextGen1; 01-12-2010 at 03:58 PM.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  13. #8
    scimmyboy's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    https://mpgh.net MPGHCash: $442,596,199
    Posts
    5,645
    Reputation
    26
    Thanks
    896
    My Mood
    Happy
    well. Absolute beginners come to this section so it would be helpful to them. Lol

  14. #9
    Bombsaway707's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Gym
    Posts
    8,799
    Reputation
    791
    Thanks
    4,004
    My Mood
    Amused

  15. #10
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Quote Originally Posted by bombsaway707 View Post
    HA HA ! Awesome


     


     


     



    The Most complete application MPGH will ever offer - 68%




  16. #11
    Bombsaway707's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Gym
    Posts
    8,799
    Reputation
    791
    Thanks
    4,004
    My Mood
    Amused
    Quote Originally Posted by NextGen1 View Post
    HA HA ! Awesome
    lol thanks

  17. #12
    NuB_GhOsT's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Australia
    Posts
    1,083
    Reputation
    18
    Thanks
    60
    My Mood
    Devilish
    Please don't post a useless tut ever again mpgh is slow enough ATM

Similar Threads

  1. [TUT]How to unbanned from aIW
    By Beremix in forum Call of Duty Modern Warfare 2 Tutorials
    Replies: 12
    Last Post: 12-01-2010, 02:35 AM
  2. need to learn how to hack from step one !!!!
    By kornbread424 in forum Combat Arms Help
    Replies: 3
    Last Post: 12-31-2009, 05:39 PM
  3. TUT]How to move a borderless form[TUT
    By XGelite in forum Visual Basic Programming
    Replies: 7
    Last Post: 11-14-2009, 03:11 PM
  4. How I can insert one picture in C++ 6.0
    By KinGalaxy in forum C++/C Programming
    Replies: 1
    Last Post: 06-14-2008, 11:11 AM
  5. [HELP] How do i get the form to target a proccess...
    By Nightlord in forum Visual Basic Programming
    Replies: 4
    Last Post: 11-27-2007, 11:43 AM