1
Reply

How can I refer to a textbox from a class function?

cshacon

cshacon

Jan 28 2004 3:44 PM
1.6k
I have a textbox on a form, and a class caonaining an arraylist which contains numbers. I want to print the numbers on it to the textbox on the form, but I don't know how to refer to it; I've tried to do Form.textbox, but that didn't work. How can I refer to it?

Answers (1)