I have two forms Form1 and Form2.
Form1 is embedded as control in Form2.
Multiple instances of Form1,each with a different name are open in Form2.
I want to close all open instances of Form1 at the same time with the click of a button.
How should i start?
Form1 is embedded as control in Form2.
Multiple instances of Form1,each with a different name are open in Form2.
I want to close all open instances of Form1 at the same time with the click of a button.
How should i start?