How to dim Form1 just before it opens Form2, and then when Form2 closes, return Form1 to its original visibility/legibility? How would that be accomplished?
I am not speaking about opacity but about an effect that is like a gray shade has been pulled down, hiding the form, but leaving the borders visible.
(I need to make it so the information on these two forms is never visible on screen simultaneously, and users are confused when I do this using opacity.)