Browsing Visual Basic 6
Miscellaneous VB Snippets
Allow certain characters in a textbox.
Convert Array to Lower Case
Convert an entire array to lower case.
Cycle Through an Array
Cycle through an array with a For.
Shuffle Array
Randomly shuffle an array.
Remove Array Element by Content
Remove an element from array by Content.
Remove Array Element
Remove an element from array by position.