Tips 'N' Tricks
Divider

On this page you will find my Visual Basic Code examples. It's my personal test
code examples when i want to experiment and learn new ways to make my
VB applications look, run and work better. So if you are in to
VB programming and want to see how other programmers do then this
is the page for you. The contents of this page will increase as i make new test code
examples. Download now and take a look how i managed to make my programs.

My Personal Test Code Examples
(Visual Basic 5)

 Download Scroll
Scroll (5kb)
 This is my first attempt on the BitBlt function. It's with  this code i got the idea for Slot Machine 98.

 Download Joystick
Joystick (3kb)
 With this little routine you should have no trouble to get  joystick support in your games.
 
Download PixelCopy
PixelCopy (8kb)
 Here i tested the speed variations regarding the Pset  command in VB versus GetPixel & SetPixel in GDI32,  and the difference in speed is awesome.

 Download Display
Display (2kb)
 This code example shows how to change the screen  resolution instantly without rebooting.
 
Download Drag
Drag (2kb)
 This code was very useful when i made 'The Worm'  editor.It shows how to use the DrawFocusRect  function in USER32.

 Download Bounce
Bounce (2kb)
 I really don't know what this example is good for, I was just having fun i guess.
 
Download FX Machine
FX Machine 1.0 (33kb)
 This is version 1.0 of the FX Machine. It shows you  how to make pictures appear with style. More effects  are coming soon...


If you can't see the menu to the left then click here