Link to home
Start Free TrialLog in
Avatar of tim_cs
tim_csFlag for United States of America

asked on

Update MainForm from class

I'm creating a Windows app and would like to create a class that will perform some actions in the background and be able to update elements on the mainForm.  I've created the new class and an instance of it from the MainForm but I'm not sure how I can update elements such as a Tool Strip Status of the MainForm from the class when certain events happen.  I'm pretty new to C# and Windows app development so any help would be much appreciated.  

Thanks,
Tim
ASKER CERTIFIED SOLUTION
Avatar of tim_cs
tim_cs
Flag of United States of America image

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