Results 1 to 4 of 4

Thread: [RESOLVED] form switching

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2005
    Posts
    83

    Resolved [RESOLVED] form switching

    I have 2 forms in my project but when i run my app and call the other window i can't go back to my origional window before closing the one that was called. How to i make it so i can switch between them?

  2. #2
    Frenzied Member
    Join Date
    Jul 2005
    Posts
    1,521

    Re: form switching

    It sounds like you are calling the second window as a modal window.

    VB Code:
    1. 'Instead of calling
    2. Form2.ShowDialog
    3. 'Do this
    4. Form2.Show

  3. #3
    Hyperactive Member Grunt's Avatar
    Join Date
    Oct 2004
    Location
    Las Vegas
    Posts
    499

    Re: form switching

    probably because you used showdialog, and not show.

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jul 2005
    Posts
    83

    Re: form switching

    Thanks.

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