Visual Basic 6 Programming Conventions
The conventions are very handy while working in a team. So following are the prefixes...
Backing you up.
The conventions are very handy while working in a team. So following are the prefixes...
When we save the project by selecting Save Project As, first the Visual Basic will...
An object’s scope means its visibility to other classes, module, procedure etc. There are two...
Projects can become quite advanced in Visual Basic, even containing sub-projects of different types. From...
The possible variable types and their ranges : Variable type Bytes of Storage Range...
This is a detailed guide to setup your own VPS server for hosting with PHP...
First UNIX system was developed in 1969 and ran on systems from microprocessors to mainframes...
We can achieve this by isAlive() and join() methods of Thread class. isAlive() is not...
While passing arguments, the function creates copies of the arguments passed to it. This type...
Initializing structure structure_name variable_name = {value1,value2,…,valueN}; Initializing nested structure structure_name variable_name = { {value1, value2},{value3,value4}};...