|
-
Mar 6th, 2006, 04:40 AM
#1
Thread Starter
Addicted Member
[RESOLVED] MDI Child Form Not Loading When Minbutton = False
I wants to Restrict User from Minimizing & Maximizing MDI Child Form
But when I Set the Properties then Form is not loading
minbutton = False
maxbutton = false
-
Mar 6th, 2006, 04:42 AM
#2
Re: MDI Child Form Not Loading When Minbutton = False
Why don't you just make it as a Dialog type?
-
Mar 6th, 2006, 04:49 AM
#3
Thread Starter
Addicted Member
Re: MDI Child Form Not Loading When Minbutton = False
dee-U Sir,
Can u Explain it More
is there any way to do it in MDI Child form itself
Last edited by vaishali; Mar 6th, 2006 at 04:53 AM.
-
Mar 6th, 2006, 04:57 AM
#4
Re: MDI Child Form Not Loading When Minbutton = False
 Originally Posted by vaishali
dee-U Sir,
Ther are no Sir's here
 Originally Posted by vaishali
Can u Explain it More
is there any way to do it in MDI Child form itself
Even if you set the MaxButton and MixButton properties to false, the form will still open.
What is the error that you are getting.
Set the Border Style property of the MDIChild form to 3-Fixed Dialog. (This is what dee-u was also saying).
Use [code] source code here[/code] tags when you post source code.
My Articles
-
Mar 6th, 2006, 05:06 AM
#5
Thread Starter
Addicted Member
Re: MDI Child Form Not Loading When Minbutton = False
When i set the Windowstate = Normal then its Loading Properly
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
|