Results 1 to 3 of 3

Thread: Loading another form

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Location
    The Netherlands
    Posts
    2

    Exclamation

    Hi,

    I'm new to vb and i would like to know how you can load another form..
    Can someone please help me out?
    Greets,

    Byte Ripper
    Alpha 187

  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    //

    assuming you have 2 forms
    form1 and form2
    from some event on form1
    load form2
    form2.show

    or

    form1.visible=false
    form2.visible=true

    if you use more than 1 form remember to
    unload all forms when you exit

    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Location
    The Netherlands
    Posts
    2
    ok thx

Posting Permissions

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



Click Here to Expand Forum to Full Width