-
Code compiles with no errors or warnings in
both Debug and Release mode.
-
Your chosen icon is visible on the compiled
.exe file.
-
Your chosen icon is visible on alls forms.
-
Your About form is the same color as your
main form.
-
The information showing in your About form
is correct.
-
Your code is printable, with long lines are
broken into multiple lines.
-
Your application does not run multiple
times at once (unless it needs to).
-
If your application requires a network,
make sure it handles the network breaking.
-
Make sure any GUI widgets are disabled
until it is appropriate for them to be clicked.
-
At least these menus are present: File...Exit
and Help...About.
-
Your application embeds needed resources
(i.e., requires no external files).
-
If the form resizes, it should behave well,
and should have a minimum allowed size.
If you think there's a reason for an exception,
please check with me first.