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
:eek2:
Printable View
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
:eek2:
Why don't you just make it as a Dialog type?
dee-U Sir,
Can u Explain it More
is there any way to do it in MDI Child form itself
Ther are no Sir's here :sick:Quote:
Originally Posted by vaishali
Even if you set the MaxButton and MixButton properties to false, the form will still open.Quote:
Originally Posted by vaishali
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).
When i set the Windowstate = Normal then its Loading Properly
thanks