Quote:
Originally posted by Steve Cain
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.:confused:
you could also use a non child form and using the setparent api function you could make that non child window appear to be a child window... basically it will be contained within the MDI form like a child... but not act like an MDI child form.. great for doing what it sounds like you are working with