Results 1 to 3 of 3

Thread: [RESOLVED] close and minimise form problem

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2008
    Posts
    42

    Resolved [RESOLVED] close and minimise form problem

    i know the 'X' button is minimising the form. and 'ok' is to close it.

    as i know the main page of the application shall never be closeable, so it must be 'X'.

    and the sub form from is uses 'ok'.

    but the problem i got here is that when open a form from the main form's button evert, then i close this sub form using 'ok' to go bk to main form.

    then click the same button again to enter the same sub form, it doesnt work. it does nothing at all.

    help..

  2. #2
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: close and minimise form problem

    are you using show or showdialog to show your subform?
    If you set the minimize property to false, then the form should always close
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  3. #3

    Thread Starter
    Member
    Join Date
    Nov 2008
    Posts
    42

    Resolved Re: close and minimise form problem

    Quote Originally Posted by petevick
    are you using show or showdialog to show your subform?
    If you set the minimize property to false, then the form should always close
    solved;

    just know i should use showdialog instead

    THx bro
    Last edited by husky_doggy; Dec 3rd, 2008 at 04:29 AM. Reason: [RESOLVED]

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