Browsing Visual Basic 6
Accessing Memory by 32-bit Addresing in Windows using Visual Basic
When we talk about *real* Pointer and Memory Addressing, most of us thinks ofVisual Basic limitations, ie, VB cannot access memory because VB has no pointer datatype for a variable declarations.
A Great Pro RAM Monitor
This shows how much RAM you are using and how much you have left.
Audiogalaxy Search Tool
Search audiogalaxy from a standalone program.
Fax with Win2k & XP
With this snippet you can fax from any windows 2000 and windows XP box with Fax Services! The only other way to share a fax otherwise is Small Business server.
Alternate ShrinkFormUnload
Shrink Window on UnloadOriginal Author: Tim MarkoskiCodePublic Sub SqueezeWindow_FormUnload(p_FrmCurrent As Form, p_dblIncrement As Double)' Comments :' Parameters: p_FrmCurrent' p_dblIncrement -' Modified :'' -------------------------------On Error GoTo PROC_ERRDo While (p_FrmCurrent.
RPG Game - VERY Early Alpha UPDATE - NEW COLLISION DETECTION
Simple Test for a quite easy RPG Engine.
Trigonometry
Simplifies the use of the most common Trig Functions (Sine, Cosine, Tangent) and their Inverse Functions (ArcSine, ArcCosine, ArcTangent).