How to access a control form from a constructor in another class

Posted by h1266 on Stack Overflow See other posts from Stack Overflow or by h1266
Published on 2010-04-04T15:36:47Z Indexed on 2010/04/04 15:43 UTC
Read the original article Hit count: 268

Filed under:
|
|

Hi,

C# question: I have a textBox in a default form Form1 and I want to access (write on) it from a constructor in another class that is in another different file. How can I do it?

Tx in advance, Gerard

© Stack Overflow or respective owner

Related posts about c#

Related posts about constructor