Alright I'm back with this question for C#. How would I write to textboxes and such from a seperate class? I have tried( for example ):
Form1 Main = new Form1();
Main.txtbox1.text = "Hello";
And it wont write. What could make this work?
Printable View
Alright I'm back with this question for C#. How would I write to textboxes and such from a seperate class? I have tried( for example ):
Form1 Main = new Form1();
Main.txtbox1.text = "Hello";
And it wont write. What could make this work?