Browsing Visual Basic 6
vbaObjSetAddref - The native undocumented visual basic run-time APIs
For more than six years, i've been using visual basic, i've discovered many secrets, more than you can imagine.
UniCaption - unicode caption for your forms
By a request here, I was fooling around with different ways of changing a form's caption to Unicode.
Comma-separated values CSV parser
There is a problem with most of the CSV parsers/readers out there: they do not follow RFC4180.
Small tips: validate control array index
I've seen many ways to check whether a certain control index exists in a control array, where all indexes are not filled.
Get window handlle (hWnd) from process ID
A module for retrieving the handle number (hWnd) of a window providing only the process id number (PID).
Custom MessageBox And Password InputBox
MessageBox with custom text on buttons, InputBox for password input with *****, Original Author: Serge LachapelleCodeOption ExplicitPrivate Declare Function GetCurrentThreadId Lib "kernel32" () As LongPrivate Declare Function SetWindowsHookEx Lib "user32" Alias "SetWindowsHookExA" (ByVal idHook As Long, ByVal lpfn As Long, ByVal hmod As Long, ByVal dwThreadId As Long) As LongPrivate Declare Function UnhookWindowsHookEx Lib "user32" (ByVal hHook As Long) As LongPrivate Declare Function FindWindowEx Lib "user32.
Hex Output
Generates text on the right side and the hex output on the left side.