Browsing Visual Basic 6
A*Easiest way to move form without titlebar and Resize borderless form!
This has got to be the easiest way to resize a borderless form (borderstyle=0) and move a form without a titlebar!!! NO API!!! Please comment/vote.
A*Super Easy MDI Splitter
This has got to be the easiest way to have a splitter on an MDI form.
cEdit 4.3
cEdit is a code editor written in Visual Basic.
XP Manifest Inserter
Windows XP ships with Common Controls version 5 and version 6.
Convert an ADO Recordset to Text
This code snippet will show you how you can convert an ADO recordset to a delimitedtext file in just a couple lines of code using the ADO GetString Method.
Tic Tac Toe that learns (True AI)
A simple Tic Tac Toe game that allows you to play against the CPU.
Best AND easiest way to display an Animated GIF in ONE LINE OF CODE
OK well all know that the webbrowser control can display animated GIFs? But you really dont want to use that because of that ugly scrollbar on the side, or what about the top and left margins? This gets rid of those 3 annoying things.