MDI child icon problem

  • Thread starter Thread starter ilovreko
  • Start date Start date
I

ilovreko

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?
 
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...
 
Back
Top