Results 1 to 2 of 2

Thread: Returning to form1

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2003
    Posts
    6

    Returning to form1

    ok i want to make a program that has website characteristics.

    for instance i want form 1 to have a bunch of buttons that lead to other forms like from form1 to form 2.

    i have gotyten that part down and now my problem is getting back to form1.

    when i try to do it the same way it say there is an error with
    MyBase.New

    thank you for listening

  2. #2
    Hyperactive Member
    Join Date
    Mar 2002
    Location
    Dublin (Ireland)
    Posts
    304
    Not tooo sure whether this ius the right answer or not:

    Howver assuming you are writing a windows appplication.

    To get to the next formy ou willeither use the:

    The form show method

    or the form showdialog method

    The difference between the 2 is that form show will simply show the form and then go to the next statement in you program, whilst showdialog, will not execute the next statement until you close the form.

    Just to give you an idea.

    I wasn't sure about your problem with MyBase.New,

    post something more specicific and maybeyou canget a better response.

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