Home All Groups Group Topic Archive Search About

How to change the Internal Name in Application

Author
30 Oct 2006 6:18 PM
j_mmtz
Hi, i need to change the internal name of an application VB Net in visual
studio 2005, but i can't find this option if it exists, please can somebody
help me?.

thanks.

Author
30 Oct 2006 7:41 PM
GS
I am guessing. assembly name? if so, tools project property, Application
tab, change the assembly name.
If not that, see below
1. if you mean the title of your application,
you can change the text of your main form's property. In designer mode of
your main form, right click an empty area of your form, property, and locate
the text property to change
2 if you mean the name of the mainform, right click on the mainform in the
solution explorer,  and rename

Show quoteHide quote
"j_mmtz" <j_m***@discussions.microsoft.com> wrote in message
news:18E8CECD-84DF-411D-A7E8-46C896B073D8@microsoft.com...
> Hi, i need to change the internal name of an application VB Net in visual
> studio 2005, but i can't find this option if it exists, please can
somebody
> help me?.
>
> thanks.