calling controls

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a frmNewHD.cs form with some textboxes. I would like to creat a new
classcalled resetform.cs and I would like to have all the txtbox.clear in the
restform.cs and call it from frmNewHD.cs.


When I do this
frmNewHD hd - new frmNewHD
for the resetform.cs I do not see the txtboxes
I am new to programming
 
Do you mean you do not see anything at all, or do you see the form, but not
the textboxes on it?

Ron
 
Back
Top