B
Barry
Hi
I have programmatically create about 5 TextBox controls on a Windows Form ,
their name are "txt1", "txt2", "txt3" etc
which method/function return a reference to the TextBox control given the
name "txt1" etc;
something like
TextBox txtBox1 = (TextBox)Control.FromName("txt1");
TIA
Barry
I have programmatically create about 5 TextBox controls on a Windows Form ,
their name are "txt1", "txt2", "txt3" etc
which method/function return a reference to the TextBox control given the
name "txt1" etc;
something like
TextBox txtBox1 = (TextBox)Control.FromName("txt1");
TIA
Barry