Search Tools Links Login

Browsing Visual Basic 6

Prev   Next

VB6 Still Relevant?
Visual Basic 6 (VB6) is a programming language that was widely used in the past, but it is no longer as relevant as it once was.
Posted:2022-12-27, 375 views

VB6 Tutorial 55: Using Data Types
Visual Basic 6 is rich in data types.
Posted:2018-05-28, 626 views

VB6 Tutorial 54: Collections
Collections are objects in Visual Basic that are used to store a group of data values.
Posted:2018-05-27, 11335 views

VB6 Tutorial 53: Control Array
Up to this point, we have discussed array of variables.
Posted:2018-05-26, 3822 views

VB6 Tutorial 52: Dynamic Array
In case of a fixed size array, we have seen that the size of the array is fixed or unchanged, but there may be some situations where you may want to change the array size.
Posted:2018-05-25, 2381 views

VB6 Tutorial 51: Multi-dimensional arrays
An array can be multi-dimensional that means, it can have more than one dimension.
Posted:2018-05-24, 933 views

VB6 Tutorial 50: Arrays
An array is a collection of items of the same data type.
Posted:2018-05-23, 790 views

Prev   Next