Browsing Visual Basic 6
UPDATE: MDI Task Bar control 1.6
ADDED: AutoHide features.
Program that updates its own DLL
This program demonstrates how a program can update its own DLL’s by initializing them with CreateObject() and freeing their resources after use with CoFreeUnusedLibraries.
RichTextBox w/ Database Mail Merge
select any access database then select the table you want then select and insert any fields to a richtextbox then preform a mail merge like MSWord.
a ** PURE VB ** HTTP Client Sniffer
A simple program in PURE VB to "sniff" HTTP response to the client.
Get you IP Address
This code will retrieve either your host name or ip address.
Fading Start Menu Button
This program makes the start button *FADE IN* when you move the mouse over its location and *FADE OUT* when it losts mouse focus.
Binary string replacement
Opens any file in binary mode and replaces all instances of a specified string with another specified string.