Browsing Visual Basic 6
Send message API & 50 samples
Database with 50 diferent constants, wParams, lParams and comments all together means examples.
HTML Help and VB
This tutorial will learn you how to combine HTML Help with VB, so your applications can easily have functions like "Whats this help" and "context sensitive help".
REDFTP SERVER UPDATE 29/04/2002
This code is a updated version of REDFTP Server with OCX's.
Rounded Gradient Background Button
This is an OCX replacement for the command button.
[_A Very Simple Car Game _!
Teaches basics of collision detection(PictureBoxes), game programming, controlling objects by mouse, ProgressBar, and Image indexes.
RPG Engine (bitblt)
This is a fairly simple RPG engine that is very fast for using just bitblt, it is tile based and does very smooth scrolling, it can handle maps as big as you can make them, and it also does collision detection and animation.
Smooth object dragging/alignment tip in VB
THIS IS NOT CODE!This is just an easy way to temporarily turn off the "align to grid" function i VB(for example when you need full control of your textbox's position)Original Author: Jonathan ForsCodeWhen dragging/resizing the control just hold down CTRL+SHIFT and, voila! full control over the position.