N
newbie
hi,
I have the following construct:
public class Form1:System.Windows.Forms.Form
{
.....
----> a TextBox is created by the Designer in this area: 'textBox1'
.....
}
//==========================================
public class myExternalClass
{
.....
-----> How to reach the Form1 'textBox1' from this point?
}
Thanks.
Newbie
I have the following construct:
public class Form1:System.Windows.Forms.Form
{
.....
----> a TextBox is created by the Designer in this area: 'textBox1'
.....
}
//==========================================
public class myExternalClass
{
.....
-----> How to reach the Form1 'textBox1' from this point?
}
Thanks.
Newbie