Hi,

I'm working with VS.NET2005 and building MDI application. All of my
child forms have to be maximized.
Problem is that when they are maximized before showing them, default
form icon is shown, not the one that I set. I also disabled
minimize/maximize buttons, but the restore down button is still
enabled. Icon and maxmize(restore) button get to normal if I resize
parent form, but that is not solution.

Any ideas how to handle this?

Re: MDI child icon problem by Jared

Jared
Wed Jul 19 18:15:04 CDT 2006

Is it as bad running from compiled exe?

<ilovreko@gmail.com> wrote in message
news:1153301299.772087.127700@p79g2000cwp.googlegroups.com...
> Hi,
>
> I'm working with VS.NET2005 and building MDI application. All of my
> child forms have to be maximized.
> Problem is that when they are maximized before showing them, default
> form icon is shown, not the one that I set. I also disabled
> minimize/maximize buttons, but the restore down button is still
> enabled. Icon and maxmize(restore) button get to normal if I resize
> parent form, but that is not solution.
>
> Any ideas how to handle this?
>



Re: MDI child icon problem by Lovro

Lovro
Thu Jul 20 06:38:47 CDT 2006

It's the same. Well, I've set controlbox property to false, and made my
own controls for handling mdi windows.

But I also discovered that when you switch focus between two maximized
mdichild forms, with minimize and maximize buttons set to false, after
third switch they will restore down. This happend with two mdichild
forms and switching them via 'Window' menu.

VS is really begining to annoy me...


Jared wrote:
> Is it as bad running from compiled exe?
>
> Lovro wrote in message
> news:1153301299.772087.127700@p79g2000cwp.googlegroups.com...
> > Hi,
> >
> > I'm working with VS.NET2005 and building MDI application. All of my
> > child forms have to be maximized.
> > Problem is that when they are maximized before showing them, default
> > form icon is shown, not the one that I set. I also disabled
> > minimize/maximize buttons, but the restore down button is still
> > enabled. Icon and maxmize(restore) button get to normal if I resize
> > parent form, but that is not solution.
> >
> > Any ideas how to handle this?
> >