"e-mid" <someone@somewhere> schrieb im Newsbeitrag
news:%23xfVbHUVEHA.3540@TK2MSFTNGP11.phx.gbl...
[quoted text, click to view] > i am working with a form, i used default name form1.cs when i opened the
> project , now i want to change it but when i change the name on the
> properties window of the mainform , it does not change?
It seems that you want to change the filename. Just left-click on it and
change it (don´t forget .cs) or right click on it and click rename.
What you did is to change the name of the form that is used in code to
talkto / to identify the form;
if you want to change the caption of the form you need to change the Text
property of the form.
Hope I understood you right. Greetings,
Tim.