I have an MDI main form that shows a child. WHen the child is shown it
maximizes to fit in the space available in the main form. FOr some
reason when I set the window property of my child to maximize when the
app runs it shows the controlbox buttons (minimize,maximize). I have
disabled all the properties that would allow this to happen yet it
still occurs. If i set it to run as a normal window it does what it is
suppose to but that is not what I want, I want it to be maximized, is
there any explanation for this?

Re: Question about MDI child form... by Jared

Jared
Thu Jul 13 15:46:58 CDT 2006

set text to "" and controlbox = false


"rhaazy" <rhaazy@gmail.com> wrote in message
news:1152817839.847653.155340@m79g2000cwm.googlegroups.com...
>I have an MDI main form that shows a child. WHen the child is shown it
> maximizes to fit in the space available in the main form. FOr some
> reason when I set the window property of my child to maximize when the
> app runs it shows the controlbox buttons (minimize,maximize). I have
> disabled all the properties that would allow this to happen yet it
> still occurs. If i set it to run as a normal window it does what it is
> suppose to but that is not what I want, I want it to be maximized, is
> there any explanation for this?
>



Re: Question about MDI child form... by rhaazy

rhaazy
Fri Jul 14 07:46:17 CDT 2006

As I have already mentioned, all properties are set to false. The
controlbox options maximize and minimize are still showing up though.
If i press the shrink button then it does and the buttons
disappear...but I dont want the user to be able to resize the form at
all!!


Jared wrote:
> set text to "" and controlbox = false
>
>
> "rhaazy" <rhaazy@gmail.com> wrote in message
> news:1152817839.847653.155340@m79g2000cwm.googlegroups.com...
> >I have an MDI main form that shows a child. WHen the child is shown it
> > maximizes to fit in the space available in the main form. FOr some
> > reason when I set the window property of my child to maximize when the
> > app runs it shows the controlbox buttons (minimize,maximize). I have
> > disabled all the properties that would allow this to happen yet it
> > still occurs. If i set it to run as a normal window it does what it is
> > suppose to but that is not what I want, I want it to be maximized, is
> > there any explanation for this?
> >