Tools Links Login

Browsing Visual Basic 6

Prev   Next

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.
Posted:2002-06-01, 296 views

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.
Posted:2002-06-01, 108 views

Comma-separated values CSV parser
There is a problem with most of the CSV parsers/readers out there: they do not follow RFC4180.
Posted:2002-06-01, 181 views

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.
Posted:2002-06-01, 127 views

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).
Posted:2002-06-01, 187 views

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.
Posted:2002-06-01, 137 views

Hex Output
Generates text on the right side and the hex output on the left side.
Posted:2002-06-01, 135 views

Prev   Next