joe_pool_is Posted September 25, 2008 Posted September 25, 2008 In my Mdi Form with more than one Mdi Child open: If the active, Maximized form is disabled during a lengthy call, it is sent to the back. If I then bring the form back to the front after the call (BringToFront), the child form's WindowState is no longer Maximized. Is this a bug, or is this by design? I would typically set a form's Enabled state to false while making any SQL call, then reset it to true afterwards. This technique looks and works nice; also, our employees have no problems using it. Now that I have moved the form into an Mdi Container, I get these issues. Should I simply not disable a form if it is an Mdi Child in an Mdi Container? Quote Avoid Sears Home Improvement
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.