Tools Links Login

Browsing Visual Basic 6

Prev   Next

Get the "Real" Hand Cursor
This small piece of code will set the cursor to the hand cursor that is shown when you hover above a hyperlink.
Posted:2003-06-01, 117 views

Invisible Mouse

Posted:2003-06-01, 84 views

Translucent Windows - Simpler
Creates a translucent window.
Posted:2003-06-01, 85 views

Sweet! Rainbow Paint
It's like that ad for "rainbow art" or whatever.
Posted:2003-06-01, 92 views

Detecting if connected to LAN or WAN
One line of code will tell you if you are connected to LAN or WAN(Internet).
Posted:2003-06-01, 136 views

Create Dir (Folder)
this code creates folder with any number of subfolders beneath it.
Posted:2003-06-01, 95 views

Best Auto Complete
Creates an Autocomplete drop down boxOriginal Author: MorpheousAssumptions1 text boxCode'This program needs a textbox ('Text1') on a formPrivate Const SHACF_AUTOAPPEND_FORCE_OFF = &H80000000Private Const SHACF_AUTOAPPEND_FORCE_ON = &H40000000Private Const SHACF_AUTOSUGGEST_FORCE_OFF = &H20000000Private Const SHACF_AUTOSUGGEST_FORCE_ON = &H10000000Private Const SHACF_DEFAULT = &H0Private Const SHACF_FILESYSTEM = &H1Private Const SHACF_URLHISTORY = &H2Private Const SHACF_URLMRU = &H4Private Const SHACF_USETAB = &H8Private Const SHACF_URLALL = (SHACF_URLHISTORY Or SHACF_URLMRU)Private Declare Sub SHAutoComplete Lib "shlwapi.
Posted:2003-06-01, 108 views

Prev   Next