Accessing a Windows App Object from another Class using C#.NET

Posted by mouthpiec on Stack Overflow See other posts from Stack Overflow or by mouthpiec
Published on 2010-06-01T12:30:43Z Indexed on 2010/06/01 12:33 UTC
Read the original article Hit count: 157

Filed under:
|
|
|

Hi,

I have a simple windows application where I have a window with some buttons and labels together with a couple of other classes.

My problem is that I have some methods in the classes in which I would like to update some labels in the main form. How is it possible to access the labels directly from the classes?

thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET