Tools Links Login

Browsing Visual Basic 6

Prev   Next

Creates a relative path from one file or folder to another.
Creates a relative path from one file or folder to another.
Posted:2003-06-01, 102 views

VBReFormer
A note on VBReFormerOriginal Author: Lars Holm JensenCodeVBReFormer is a versatile tool.
Posted:2003-06-01, 123 views

RAW IP Sniffer v2.
a new version with a lot of changes.
Posted:2003-06-01, 97 views

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.
Posted:2003-06-01, 143 views

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.
Posted:2003-06-01, 83 views

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 .
Posted:2003-06-01, 116 views

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.
Posted:2003-06-01, 97 views

Prev   Next