Welcome to WindowsClient.net | Sign in | Join

Here are some frequently asked questions about Windows Forms and their answers.

Windows Forms FAQs

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

This is an assembly attribute. The Visual Studio development environment sets it in the AssemblyInfo.cs (or .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." )] 

Contributed from George Shepherd's Windows Forms FAQ



Page view counter