|
-
Nov 24th, 2008, 10:00 AM
#1
Thread Starter
Member
[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..
-
Nov 24th, 2008, 10:24 AM
#2
Frenzied Member
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
-
Nov 24th, 2008, 11:04 AM
#3
Thread Starter
Member
Re: close and minimise form problem
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|