Browsing VB6 Data Structures
Displaying page 1 of 1 | Prev | Prev | Next
CSV File Viewer
This simple application will display CSV files (read-only) in a simple user-interface.
Fix Line Endings
This VB5 program can parse large text files reading in a chunk at a time and will replace UNIX Lf chars with Windows CrLf's, or vice-versa.
Associative Arrays in VB6
As$ociative Arrays in VB.
RandArray
This code demonstrates how to efficiently randomize an array of user defined type (UDT) items.
Simple Fixed Array, Part 2
In the last tutorial (Simple Fixed Array, Part 1) we had a fixed Array of Elements (Animals), and when we selected one of the Radio Buttons a Label would show us which number the Element was.
Simple Fixed Array, Part 1
When I started programming the one thing that would trick me was Arrays.
Displaying page 1 of 1 | Prev | Prev | Next