VB6 23 Visual Basic 6 (Visual Studio 6.0), some codes may also be suitable for VBA

Card image cap
FeeKey + UnFeeKey

Protect Numbers by encoding them into Alphabetic And convert them back ...

Card image cap
Paste into textbox

Paste text from clipboard into textbox

Card image cap
ANStrSort2

Sort list of strings in ascending or descending order using pure VBA, no ...

Card image cap
File_SettingRead

Reads setting from config file Config file can be passed as argument ...

Card image cap
SortedFiles

Get a sorted list of files in a directory using the File System Object (FSO) ...

Card image cap
Functions.dll

Old DLL housing list of functions to be used and called by any application, ...

Functions.zip

Card image cap
WinImage.dll

An old DLL library enables reading and writing to floppy disks (and/or images) ...

WinImage.zip

Card image cap
Animated form exit

Exit form with shrinking Shrinks the form, Pushes the form to the bottom of ...

Card image cap
Save to, Read from, Delete registry key

Save into registry, read from registry or delete a key. Accessible to only ...

Card image cap
DBMySQLVBA API

An API to allow connecting to MySQL database from VBA (or VB6), found it a ...

dbmysqlvbapi.zip

Card image cap
strUnQuote

This will tests to see if strQuotedString is wrapped in quotation marks, and, ...