Cotrolling statusstrip from different forms
Hi,
I'm just starting my way in C# and I have this question/problem:
I've created a "Windows form" project with several forms, where Form1 is
the main form and it is also has a statusStrip control. I've managed to
change the text in it with a method in Form1, but I can't manage to get
access to that method from other forms so I could update it from them.
How can I get access to that method from the other forms? Are there
other ways to control the statusstrip in form1 from the other forms?
Thanks,
Udi Goldstein