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

Card image cap
Protect txt file into word doc with password

Saves txt file as word doc with password. Passing txtfile having full path and ...

Card image cap
Associate_Ext

Register an extension in Windows registry for extension with an application. ...

Card image cap
GeWin - get windows list

Gets all windows that are enabled and actived and put them in a list. It also ...

GEWin.zip

Card image cap
BusinessDateAdd

Counts the number of business days Add or subtract a number of business days ...

Card image cap
Any2Dec

Converts a number of any base to decimal. Hexa to decimal, octa to decimal, ...

Card image cap
SwapNumbers

Swap two numbers variables without using third variable A trick worth saving ...

Card image cap
FoundinList

Finds a matching item of a number in list of numbers. Returns 1 if found, 0 if ...

Card image cap
ArrSort_3Arr

Sort 3 arrays, ascending or descending based on 1st array. Needed for specific ...

Card image cap
BooleanCount

Counts how many values are True (or anything) in an array of boolean values ...

Card image cap
ListBox_SelectionCount

Counts how many items selected in a listbox (multi-selection listbox). Works ...

Card image cap
CopyFiles

Copies files from list of files into a folder. Uses list of files with ...

Card image cap
Tabindex in multipage

Tabindex and forcing focus to show in textbox if we have multipage control. ...