Do you name your startup form consistently?

Updated by Brady Stroud [SSW] 1 year ago. See history

123

In every Windows application project, we need to have a main, start-up or wizard page form for a better structure and design. Bad Project without Main Form Bad example - The entry form is not immediately recognizable because of a non standard name Good with Main Form Good example - The entry form follows the naming convention rule

| We have a program called SSW Code Auditor to check for this rule.

Note: In Code Auditor we check for Form named: Startup, MainForm and WizardPage.
acknowledgements
related rules