Browsing Visual Basic 6
Creates a relative path from one file or folder to another.
Creates a relative path from one file or folder to another.
VBReFormer
A note on VBReFormerOriginal Author: Lars Holm JensenCodeVBReFormer is a versatile tool.
RAW IP Sniffer v2.
a new version with a lot of changes.
DLL Tutorial - MyFirstDLL
Learn how to not only create a DLL file, but also add it to another project, and call its functions, subs, and properties.
VERY SIMPLE Always on top code!
This is the simplest code ever for always on top, if you find anything simpler (which i doubt) let me know!Original Author: Ryan27API Declarations' Declarations for always on topPrivate Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal X As Long, ByVal Y As Long, ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As LongCodePrivate Sub Form_Load() SetWindowPos Me.
DAO database Password Support
For people who still use the DAO data control to acess MICROSOFT Access Databases , Here's what's been missing from the control , A way to access a database with a passwordOriginal Author: Fathi Alsharif(Raven)CodeIn the connect Property as you can see , all you have to do is replace the default code with the code in the picture , ofcourse with the password you apply pwd=yourpasswordhere .
Program startup
This trick will show you how to startup your program first thing on windows XP(nt or 2k) without writing any enteries in the registry or adding anyshortcuts in the startup menu.