|
-
Nov 23rd, 2005, 01:08 PM
#1
Thread Starter
Lively Member
[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?
-
Nov 23rd, 2005, 01:10 PM
#2
Frenzied Member
Re: form switching
It sounds like you are calling the second window as a modal window.
VB Code:
'Instead of calling
Form2.ShowDialog
'Do this
Form2.Show
-
Nov 23rd, 2005, 01:10 PM
#3
Hyperactive Member
Re: form switching
probably because you used showdialog, and not show.
-
Nov 23rd, 2005, 01:17 PM
#4
Thread Starter
Lively Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|