| 11/7 | Simple Hook - DLL for Keyboard and Mouse hooks in VB. |
| 11/9 | CalcSize - Calculates the size of a directory. |
| 11/11 | StrReverse - Reverses a string. |
| | Replace - Replaces a token with a new token. |
| 11/13 | The Hook - Alternate DLL for Keyboard and Mouse hooks in VB. |
| 11/14 | GetLastDayOfMonth - Calculates the last day of a month. |
| | DllMain - Striped down startup for a DLL. |
| | ExeMain - Striped down startup for an EXE. |
| 11/15 | AutoComplete (TextBox) - Class to add autocomplete to a textbox. |
| | AutoComplete (ComboBox) - Class to add autocomplete to a combobox. |
| 11/16 | The Hook - Added the ability to track the mouse cursor. TheHook.dll now also converts WM_NC* mouse messages to their WM_* counterparts. (updated) |
| 11/17 | CD - Added PlayRandomTrack (updated) |
| 11/18 | Lines - Functions for dealing with lines in a multiline TextBox. |
| 11/20 | EndianReverse - Swaps Big-endian to and from Little-endian |
| 11/26 | MakePriority - Controls a thread's priority. |
| | MapViewOfFile - Demonstrates MapViewOfFile under Windows CE. |
| 11/29 | Keys - Added PressSendKeys function, which attempts to parse SendKeys() style commands. (updated) |