How to access a controll in another form
I have asked a similar question in the C# forum but seemed like a good idea to separate the issue and change forum. (Thanks Sam and Vulpes!)
If I want to access a control in another form from the current form or class, how do I do this?
How does it really work?
Form1.ListBox1 is clearly not enough.