Browsing Visual Basic 6
Easy Web Site File Download
Download any file off the internet.
Make VB6's Enviroment like VB4's Enviroment
this simply tip will make your vb6 window look like the one in vb4.
Progress Bar Non-OCX
Fill the progressbar up to the percent given.
Form Maximized Code windows when opening VB6
This code is not for everyone, just for those of us who like to work with maximized windows.
Default functions and properties
Make a function or a property the default function or property for that object.
A L@@K! : Disabling CTRL + ALT + DELETE on Windows XP, NT and 2000! (using the registry)
***Disabling CTRL-ALT-DELETE on Windows NT, Windows 2000, and Windows XP***There is an undocumented way to disable the Ctrl Alt Del key sequence on Windows NT/2000/XP using the registry.
Create functions with a variable amount of parameters
Explains how to create a function that will accept a varying amount of parametersOriginal Author: CiarĂ¡n WalshCodeSometimes it can be very useful to have a function that will accept any number of parameters.