D
Dave Wasden
I have an MDI form with a panel that contains a ComboBox. I am clearing the
panel, and repopulating it with new controls as part of the app. Following
this if the application loses focus, then regains focus, the app goes into
"zombie mode" where you can't do anything on the form: the title bar is gray
and the app is locked up*. In the application switcher (alt-tab), there is a
new window listed with a title of "windowsformparkingwindow". If I do a
ctrl-f4, the combo drop down list (from the control that was cleared from
the original panel) appears on the screen. You can select an item from the
list, but no change in behavior from the app; it is inaccessible.
I have seen a few people with this problem on the Internet, but no
resolution. What causes this "windowsformparkingwindow", and how do I
destroy it?
*you can maximize and minimize the app window.
panel, and repopulating it with new controls as part of the app. Following
this if the application loses focus, then regains focus, the app goes into
"zombie mode" where you can't do anything on the form: the title bar is gray
and the app is locked up*. In the application switcher (alt-tab), there is a
new window listed with a title of "windowsformparkingwindow". If I do a
ctrl-f4, the combo drop down list (from the control that was cleared from
the original panel) appears on the screen. You can select an item from the
list, but no change in behavior from the app; it is inaccessible.
I have seen a few people with this problem on the Internet, but no
resolution. What causes this "windowsformparkingwindow", and how do I
destroy it?
*you can maximize and minimize the app window.