Browsing Visual Basic 6
Tutorial: How to make a basic auto clicking program
This tutorial will teach the reader how to make a basic clicking program that will click on coordinates set by the user every 2 seconds.
How to Add the Google Toobar to the Windows Taskbar
Here is a small registry tweak to Add the Google Toobar to your Windows Taskbar.
An easy usefull tip
Will let any vb coder to know usefull hidden thing in vb,that may be many of you pain a lot about it.
_An Example of the TypeOf method
I had several forms with several controls on each.
Using Environ
Many people ask how to get certain system information and environ is the solution.
Compact Microsoft Access Database Through ADO
Although ADO specification does not provide objects to compact Microsoft Access databases, this capability can be achieved by using the ADO extension: Microsoft Jet OLE DB Provider and Replication Objects (JRO).
Secret of QueryUnload event
Determine when your app is being closed by Windows OS, or by Task Manager or by user.