Can anyone help with this problem? I am using VB6.

I have a project that runs with the MDI form set to run maximized (windowstate = 2).

Child form A is also set to run maximized (windowstate = 2).

Child form B is set to run normal (windowstate = 0).

Run project - MDI is maximised - OK. Show form A and that is maximised - OK.

Show form B and that is also OK (both forms now shown on the MDI).

Problem: Now that form B is shown, form A now changes to normal(windowstate 0) like form B.

Am I going loopy or what?

Thanks,

Steve.