Browsing Visual Basic 6
Systray Balloon Tooltips
Don't forget to vote.
Super Fast InStr Replacement
This code runs as much as 5000 times faster than VB's InStr function! I've used the Boyer-Moore algorithm which is the fastest string search algorithm in the world.
Ashleys Webserver
(OBSOLETE! see 'a complete perl, php and asp webserver' on this site) The FIRST webserver on PSC that supports form posting! (seescreenshot).
rvtPropGadget (v2)
Multiple Slider, Scroller controls in one OCX.
Biggest common mistake in VB
This is THE BIG ONE.
About the MSWEB DVD Sample player
Retrieves & lists EventCodes from DVD, how to implement a timer properly with no timer control, zoom, menus, & identify domains with .
Animated Gifs in DirectX!
*******************UPDATED 10/10/02:I removed the requirement for a DLL as well as tidying up the code and removing a few minor memory leaks.