In Visual Studio 2005, is there any way to stop the compiled executable from showing the Company and Project(Product) name or at least changing it?
Thanks for any help.
Printable View
In Visual Studio 2005, is there any way to stop the compiled executable from showing the Company and Project(Product) name or at least changing it?
Thanks for any help.
Yeah right click your project in the solution explorer and go to properties. This should open a new tab. Make sure you have the application tab selected from the left hand side. You should see a button name "Assembly Information" below the Icon selector dropdown box. that button should open up the information you want to change.
Ah thanks.