Daily Archives: February 13, 2018

Code Commenting Conventions in Visual Basic 6

While programming comments are very useful. As these help the current development and the future development of the program. Comments should provide the clear picture of procedure or variable declaration. A comment should have following sections for procedure  Section Heading  Comment Description  Purpose  What the procedure does  Assumptions  List of each external variable, control, open

Read More

Visual Basic 6 Programming Conventions

The conventions are very handy while working in a team. So following are the prefixes of various types used to declare a variable name so that its properties can be identified easily. Variable Prefixes: Variable scope prefix conventions.These must be first in the name of variable.  Scope  Prefix  Global  g  Module-level or form-level  m  Local

Read More