|
Updated
Again- Check for duplicates in an array |
VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB
6.0 |
27067 since
8/7/1999 |
I've
been looking around for this code
and no one could provide it. So finally I wrote it. It
checks for duplicates in an array
and returns true if there are any.
|
|
Convert
TXT file to Executable EXE |
VB 5.0, VB 6.0 |
40078 since
6/12/1999 |
This
code convert a TXT
file to EXE file.When you convert the file start the
EXE and the old file will be typed(like TYPE command) This
is really great code NOTE : RUN THE .EXE FROM MS-DOS MODE
|
|
Working Search Engine |
VB 6.0 |
5530 since
4/8/2005 2:58:41 PM |
A
working search
engine for text
boxes, TESTED! Write something in a text box and it
will tell you if the item exists!!! Try It, And Vote It.
You must create 1 text box 1 button 1 list box
|
|
Advanced Data Delimiting (Byte Delimiting) |
VB 5.0, VB 6.0 |
8589 since
9/2/2003 12:04:06 PM |
Use
this method with Winsock.
Ever had it when you need to send lots of data
all at once, and you need individual structured fields for
each commands? Does your field data contain special
characters or binary data? Conventional methods of
delimiting packe ...
|
|
Remove Repeated Chars |
VB 6.0 |
8623 since
7/6/2002 8:26:55 PM |
This
project demonstrates how to remove the repeated characters
in a string. A progress bar is included so you can know
the progress of the operation. Great for beginners. VOTE
IT IF YOU LIKE IT! THANKS!
|
|
text to t_e_x_t |
VB 6.0 |
2757 since
1/9/2005 5:27:45 PM |
text
to t_e_x_t or te_xt or etc. ty Eric Brophy for the added
function.
|
|
ascii
help for beginners |
VB 5.0, VB 6.0 |
4429 since
8/17/2004 9:33:31 AM |
Help
using keyAscii, purpose for this project, writing
interesting writing, teach yourself keytrapping, find out
keycodes to there keystrokes
vis versa. Very basic, great for beginners.
|
|
HM-
String Parse |
VB 6.0 |
17026 since
11/6/2001 11:05:05 AM |
parse
a string with a delimiter... choose your own delimiter and
replace it with whatever you want to. Very basic.. but it
works. :)
|
|
String
Encoder |
VB 5.0, VB 6.0 |
4705 since
9/3/2003 4:49:53 PM |
This
is a string encoder. It shows how to code a line of string
into a text that can not be understood by human eyes.
Please leave me a comment let me know what you think about
this software...
P.S. vote, for me.
|
|
Remove Dups From A List (NO MATTER HOW BIG THE LIST IS) |
VB 5.0, VB 6.0 |
4540 since
2/20/2004 4:37:36 AM |
| This
function will remove ALL duplicate entries from a list no
matter what size it is. Most duplicate removal function
can only handle up to 32,767 items. Please vote and let me
know what you think. Thanks |