Hi,
Here's what I've got:
Visual Studio 2005
C# Application with form and a label on it
(This is a simplified project ;) )
Here's what I'd like to do:
I want to change text on the label from the method I'll create. Looks simple... If I'll create a button which will change a label's text, it works. But if I want to change it from method I've created on my own, it's impossible... I just don't see any label in my method... Is there some way to access it?
Thanks, Steve