Browsing Visual Basic 6
Color Picker
It's just a Color picker dialog, some-what similar to the one in Adobe Photoshop.
UPDATED*** Send Email from within VB full source
allows you to send email with one line of code from your vb app.
TextFile Import into MS Access Database
This code will import textfiles into a MS Access database using different kind of seperators.
Move a program to an MDI form
With this program you can select another window on your screen and move it to an MDI container!Warning: do not use if you do not have much experience with VB or WindowsOriginal Author: Peter HebelsAssumptionsDo not use if you do not have much experience with VB or WindowsSide EffectsIf you use this wrong your Windows shell can be wrecked, with can be fixed by a reboot.
App.path replacement that works with CD and Network Drives
If you use App.
ThreadRunner v.1 Part 1
BGThreadRunner and DesignPatterns, Shared Memory, and Multithreading in VB6 - A Tutorial This is a tutorial which illustrates some useful object oriented concepts and one of several ways to share common memory in the Win32 environment, which is used here to bypass the standard COM marshalling process when transferring large data objects and data objects not readily handled by standard marshalling.