I want to change the text of a textfield of a c# form object, but from outside that class. How can I do it?
By passing that form field as a reference? How can I pass a reference of that form or textfield to that function if I am running that function in a separate thread?
Thanx
By passing that form field as a reference? How can I pass a reference of that form or textfield to that function if I am running that function in a separate thread?
Thanx
Comment