Results 1 to 3 of 3

Thread: help again

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2005
    Posts
    7

    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.

  2. #2
    Addicted Member Psychotic's Avatar
    Join Date
    May 2004
    Posts
    164

    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
    -Psychotic-

  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2005
    Posts
    7

    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
  •  



Click Here to Expand Forum to Full Width