Link to home
Start Free TrialLog in
Avatar of tunhien
tunhien

asked on

Which forms are showed?

Hi!
I have a question:
In mainform 's source code, how can I know which other forms are showed, and how can I control these forms from mainform, such as calling a method in each of these forms?

Plz help me!
Thank you very much.
ASKER CERTIFIED SOLUTION
Avatar of mrsreeraj
mrsreeraj

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mrsreeraj
mrsreeraj

or u could use singleton pattern
example code is here
http://www.codeproject.com/csharp/singletonforms.asp