Browsing Visual Basic 6
An Idle Check
Idle Check tests your system whether it is in an idle state.
Building Classes
Learning the right way to build classes and collection of a class.
Filter numbers or characters from sting
Disable textboxes without graying them out! (NO API)
This article will allow you to enable/disable a textbox using a picture box to control it.
Extract String Function
This code will search a string for a given starting point(strFind) and a given end point(strSentinel) and return all the text in between.
____A Listbox Rearrange With Mouse
This code allows you to move items in a list box just using the mouse.