|
-
Feb 20th, 2005, 06:24 AM
#1
Thread Starter
New Member
help again
I ran into another problem when i used the end command on the form so when you click Return to Main it should close the form and open the first form.
-
Feb 20th, 2005, 06:27 AM
#2
Addicted Member
Re: help again
the end statement will end the program. If you want to just hide a form and show another form you could....
form2.hide
form1.show
or unload form2 if your done with it
-
Feb 20th, 2005, 06:38 AM
#3
Thread Starter
New Member
Re: help again
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|