VB6 23

Visual Basic 6 (Visual Studio 6.0), some codes may also be suitable for VBA
Sorted from new to old.
Card image
Protect txt file into word doc with password

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

Card image
Associate_Ext

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

Card image
GeWin - get windows list

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

Card image
BusinessDateAdd

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

Card image
Any2Dec

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

Card image
SwapNumbers

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

Card image
FoundinList

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

Card image
ArrSort_3Arr

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

Card image
BooleanCount

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

Card image
ListBox_SelectionCount

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

Card image
CopyFiles

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

Card image
Tabindex in multipage

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

Card image
FeeKey + UnFeeKey

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

Card image
Paste into textbox

Paste text from clipboard into textbox

Card image
ANStrSort2

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

Card image
File_SettingRead

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