Best Coding Practices Visual Basic 6
It is up to you to follow following practices. Avoid magic numbers when you can: These are numbers which are […]
Backing you up.
It is up to you to follow following practices. Avoid magic numbers when you can: These are numbers which are […]
While programming comments are very useful. As these help the current development and the future development of the program. Comments […]
The conventions are very handy while working in a team. So following are the prefixes of various types used to […]
When we save the project by selecting Save Project As, first the Visual Basic will save project files. So we […]
An object’s scope means its visibility to other classes, module, procedure etc. There are two types of scope in Visual […]
Projects can become quite advanced in Visual Basic, even containing sub-projects of different types. From a programming point of view, […]
The possible variable types and their ranges : Variable type Bytes of Storage Range Boolean 1 True or False […]