Browsing Visual Basic 6
Eject and Load CD
Allows VB programmer to open/close a CD-ROM driveOriginal Author: Dan MInputsThe root drive letter (ie.
Undocumented Trick for calling stored procedures in vb using ADO
Undocumented Trick for calling stored procedures in vb using ADO
Original Author: Sheraze S
There is an undocumented Trick for calling stored procedures in vb using ado
There is an undocumented shortcut for calling stored procedures in vb using ado.
Outlook-Style Splitter Form
This form can be used as a template for creating dynamic "Outlook" style forms in VB.
Another BrowseForFolders
This version demonstrates how to use the new style dialog (WinMe, Win200 only), and start at specific paths.
Get System Info
This code will quickly tell you a lot of your system information like computer name, IP address, OS, Service Pack, Processor Vendor, Processor Type, Processor Speed (Raw and Normal), RAM (Total and Available).
Command-Prompt Captured !
This code captures an entire DOS-Prompt window into a picture box control on your form, allowing the command prompt to be a part of your project.
Base Address Locator for DLL Modules and its API Functions
Dynamic Link Library are located on certain space within your windows system; locating where they are always included on advanced programmers tasklist; This includes the Virtual Space of every exported API-Functions.