Serialcoder en Français Serialcoder in English
TEL : +33 (0)9 72 13 15 17

Windows Forms FAQ resources

1. Windows Forms Deployment

1.12 How do I set the company name that is returned by System.Windows.Forms.Application.CompanyName?


This is an assembly attribute. The VS development environment sets it in the AssemblyInfo.cs (vb) file. If you open that file, you will see a block of assembly attributes that you can set, including company and version numbers.

     [assembly: AssemblyCompany("Syncfusion, Inc.")]