cshacon

cshacon

  • NA
  • 5
  • 0

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

Jan 28 2004 3:44 PM
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)