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
 
Are you you saying you dont see them in the intellisense or while running
the app?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top