S
Shane Mergy
heres my situation i have a class (to make them available
to all forms) that has
textBox txtBox1 = new textBox();
textBox txtBox2 = new textBox();
and so on however this is a slow way of doing it can and
I know there is a better way to dinamicly create text
boxes however i cannot figure it out and need help can
someone tell me how to do create text boxes with a for
loop.
to all forms) that has
textBox txtBox1 = new textBox();
textBox txtBox2 = new textBox();
and so on however this is a slow way of doing it can and
I know there is a better way to dinamicly create text
boxes however i cannot figure it out and need help can
someone tell me how to do create text boxes with a for
loop.