Renaming the Form1 in Widows Form.NET

  • Thread starter Thread starter Jerry Bujas
  • Start date Start date
J

Jerry Bujas

Is there a way to give the Form1 a different name than the default one?
The property Name is in the disabled mode.
Thank you.
 
Is there a way to give the Form1 a different name than the default one?
Yes, just give it a new name in the Name field in the property browser
or simply rename the class (you might want to give it a new filename too)
The property Name is in the disabled mode.
I shouldn't be. Try closing and reopening Visual Studio


/claes
 
* "Jerry Bujas said:
Is there a way to give the Form1 a different name than the default one?
The property Name is in the disabled mode.

Does this occur for all forms? Does this occur in a blank project with
one form?
 
Does this occur for all forms? Does this occur in a blank project with
one form?

It only happens in a new project with one form. Subsequent adding new forms
to the same project is fine, they can be renamed.

Jerry
 
Back
Top