|
ALL-IN-ONE
CLASS MODULE |
VB 5.0, VB 6.0 |
28383 since
8/13/1999 |
An
incredibly useful Class module, forget about retyping all
those declarations each time: Add this module to your
project and off you Go!!! Things from: Gradients to n/o
BITS per Plane. Amount of PageFile to the Mem Load.
Renaming Your Computer,
Getting ...
|
|
Check for PrevInstance |
VB 6.0 |
5575 since
4/16/2005 1:20:11 PM |
This
code
checks for a previous instance of the program.
This is not like the App.PrevInstance property. This
checks the prevInstance no matter the location of the
file, or the name of the app. You don't have to call
DestroyWindow to destroy the created w ...
|
|
Name Check, First Character To Upper Case |
VB
3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB
5.0, VB 6.0 |
7121 since
9/8/2003 6:06:32 PM |
If
a name is enter into the TextBox and has a lower case
character then this program will change the first
character to a Upper Case character. Please Vote and
Comment :)
|
|
Safe U Bound and L Bound |
VB 4.0 (32-bit), VB 5.0, VB 6.0 |
7079 since
7/21/2004 7:17:56 PM |
Ever
wanted to use LBound and UBound to get arrays
boundaries without jumping over error
message when the array is empty? These functions will
replace the ordinary LBound and UBound procedures so you
don’t need to worry about errors. I've also included a
...
|
|
RoutineBuilder
v2.5 |
VB 6.0 |
6342 since
6/20/2003 1:28:21 AM |
vbRoutineBuilder
2.5 First off this code started with Kurt J. Tischer's
first
http://www.Visual-Basic-Source.com/vb
Routine Builder project and has since taken off from
there. Hopefully, this will save you a l ...
|
|
VB6 For VB5 Module |
VB 5.0, VB 6.0 |
9621 since
9/3/2000 8:49:29 PM |
These
3 functions SplitVB5, JoinVB5 and InStrRevVB5 are the
equivelent functions as used in VB
6.0 except they are written for VB 5.0. Now VB 5.0
coders can use Split, Join and InStrRev. These functions
work exactly like the VB 6.0 functions.
|
|
Random
String Generator |
VB 5.0, VB 6.0 |
12244 since
12/22/2001 2:26:54 AM |
there
are many random number generators, word generators, string
generators, etc., etc. but most of them generate random
stuff by means of an algorithm,
this uses no algorithm and little math is involved. it
works by tracking the location of your mouse fo ...
|
|
AutoComplete Very Simple! |
VB 5.0, VB 6.0 |
16167 since
3/10/2003 3:01:06 PM |
VERY
SIMPLE cut and paste funtion for the Keypress event of a
combobox. Just paste this code into a module or form and
call the function from the KeyPress event. KeyAscii =
AutoComplete(cboCombobox, KeyAscii,Optional UpperCase)
|
|
Cheat in VB 5/6! |
VB 5.0, VB 6.0 |
18448 since
2/2/2001 12:40:43 PM |
This
is a cheat (a secret, you may call) in VB 5/6. It displays
VB credits and plays a nice MIDI
file! I found it somewhere on the WWW
|
|
Code Designer |
VB 5.0, VB 6.0 |
21197 since
12/15/1999 |
| Ever
had a look on someones other well designed source
code and wondered how they did this ? With this little
Application u can do the same with one click |