Is there a way in VB to determine if a form is open or not?
When I'm on FormA, I want to display a message if FormB is open.
Essentially, I want to only allow one of the two forms to be open at a time. If they try to open the second, I want to force them to choose which one they want open.
Thanks for your help.
When I'm on FormA, I want to display a message if FormB is open.
Essentially, I want to only allow one of the two forms to be open at a time. If they try to open the second, I want to force them to choose which one they want open.
Thanks for your help.