09-26-2024, 08:50 PM
(This post was last modified: 09-26-2024, 08:59 PM by PurpleStudio.)
I have a Switch statement with a CASE statement nested inside. The CASE listens for a BUTTON to be clicked. When clicked, it opens a second window on top of the original "MainView" window.
When I close this second window, the program doesn't switch back to the first window. The first window stays 'greyed' (Disabled) and waits for my to click it, bringing it back and the tab once again goes from grey to yellow.
How can I change this so that the first window is brought right back to the front (enabled) immediately upon closing the second window.
Thanks.
When I close this second window, the program doesn't switch back to the first window. The first window stays 'greyed' (Disabled) and waits for my to click it, bringing it back and the tab once again goes from grey to yellow.
How can I change this so that the first window is brought right back to the front (enabled) immediately upon closing the second window.
Thanks.