|
Learn
DLL in 5 minutes |
VB 6.0 |
11468 since
9/9/2004 10:52:53 AM |
An
easy to learn DLL
Tutorial
for beginners. Learn DLL in 5 Minutes NO JOKE!!! Please
vote.
|
|
ALL CD-tray opener !!!!! and CD-RW and DVD-RW :) |
VB 6.0 |
9256 since
5/7/2003 5:03:57 PM |
It
opens ALL CD-trays in the computer,
u can also edit the source so that u can make only the CD-RW
pop out or the DVD-rw ..... :)
|
|
better random number |
VB 5.0, VB 6.0 |
12213 since
3/11/2003 9:58:18 PM |
The
random number function in VB
produces the same number every time you restart an
application if the conditions are the same. To fix this I
use time.
|
|
Write a Simple Scripting Language (Fixxed) |
VB 5.0, VB 6.0 |
6659 since
11/23/2003 2:21:02 PM |
Write
a simple scripting
language for many puroses :).
|
|
Easy OOP Script engine |
VB 5.0, VB 6.0 |
12104 since
5/28/2002 3:21:18 PM |
Simple
scripting language using classes. Uses callbyname function
to run a classes methods. This allows for very fast
parsing, because there is no IF Then or Case statements.
Create a class module with the functions that you want in
your scripting 'langua ...
|
|
example of what you get when you mess with Trigonometry. |
VB 6.0 |
3849 since
6/22/2004 10:43:02 PM |
This
uses 2 little tricks to graph triginometric functions
looping around the angle. It uses scrollbars for realtime
editing (they change the frequency of the secondary angle
that is used) The results are quite interesting
|
|
object stored in ADO Recordset |
VB 6.0 |
12058 since
1/6/2002 10:54:13 PM |
Demonstration
of how to store an object in an ADO
recordset. Fully commented and ready to go. Needs error
handling. Might be a good replacement for a collection
object !
|
|
Level Computing Project 2001 - PostQuick Parcels, Database
System |
VB 6.0 |
11123 since
5/25/2001 1:31:47 PM |
This
is a basic database
system for the As Level. It demonstrates OOP, file i/o, printing,
etc. Its gunna get an 'A' =) .
|
|
Auto
Generate Form Code |
VB 6.0 |
2664 since
9/5/2005 8:43:37 PM |
This
code automatically generates form code. This is a very
simple example illustrating concept only. Browse to the
form with textboxes on it and click on the convert button.
Add the auto generated coded form to the project(remember
to save) and view. I u ...
|
|
Awsome,
Yet Simple Calculator |
VB 4.0 (16-bit), VB 6.0 |
8916 since
1/19/2002 2:35:21 PM |
| A
Simple Calculator |