Do you mean you do not see anything at all, or do you see the form, but not
the textboxes on it?
Ron
"freddy" <(E-Mail Removed)> wrote in message
news

972529F-D50F-4CDF-9BC0-(E-Mail Removed)...
> 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