MDI child icon problem

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?
 
L

Lovro

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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top