I have a program that calls one of three Secondary Forms. Form_XXXX.ShowModal, from the Main Form. The Secondary Forms each have a Close Button that calls Close. One of the Secondary Forms returns to the Main Form. The other two do not with the following message “Cannot make a visible window modal.”
What is my problem and what is the solution? I have this problem frequently in several programs.
What is my problem and what is the solution? I have this problem frequently in several programs.