G
Guest
I have a windows form which can have one or many mdichild forms open inside it.
The problem I am having is the icon of the child form, when maximized in the
mdiparent often reverts to the .NET default icon, and I want to open them
maximized.
To get it displaying properly, when I open a child form, I need to open it
and set FormWindowState.Normal, and then FormWindowState.Maximized to get the
icon to display correctly.
This causes a flicker - can anyone help?? Removing the icon completely but I
can not manage this either.
Thanks.
The problem I am having is the icon of the child form, when maximized in the
mdiparent often reverts to the .NET default icon, and I want to open them
maximized.
To get it displaying properly, when I open a child form, I need to open it
and set FormWindowState.Normal, and then FormWindowState.Maximized to get the
icon to display correctly.
This causes a flicker - can anyone help?? Removing the icon completely but I
can not manage this either.
Thanks.