Results 1 to 2 of 2

Thread: Visual Basic Emergency (Due Tomm)

  1. #1
    I am working on a program for school. So for some reason i decided to do it in VB with no VB expirence. Ne ways I have gotten started on it and ran into a snag so I am looking for major help as it is due tomm. Here is the situation below.

    I hav made a form and it has a label and 4 command buttons, then i made a 2nd form and is has a label and 8 command buttons, what i want to happen is when i run it and click the first command button on form 1 i want it to jump to form 2 and i am wondering how can this be done.

    If you can give me ne help on this I would be so grateful. If you can answer then respond here or hit me up on AIM or MSN.

    Thanks,

    DarkClown12
    ASUS A7N8X-E Deluxe Mobo
    Athlon XP 1800+
    1 GIG PC3200 DDR400 RAM
    WINDOWS XP PRO WITH SERVICE PACK 2
    200GIG HARDDRIVE
    16X DVD-ROM
    DVD-BURNER
    EXTERNAL FLOPPY
    LIGHT IN CASE
    GEFORCE FX 5200 256MB

  2. Internet, Programming and Graphics   -   #2
    Form1.Hide
    Form2.Show

    fairly easy...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •