Browsing VB6 String Handling
Displaying page 1 of 8 | Prev | Next
Convert Array to Lower Case
Convert an entire array to lower case.
AutoComplete textbox and comboboxes like Explorer does
Auto-fills a textbox as you type in.
WordWrap in only 5 codelines
I hope that this is the shortest and easiest wordwrap-function in vb you have ever seen, that you enjoy it and use it in all your projects :-)Original Author: Max Christian PohleCodeOption ExplicitPrivate Sub Form_Load() MsgBox WordWrap("This is a long testtext that doesn't make any sense really.
Read and Write Files with API's
This is just a single Bas file with two functons for binary read and write of files.
Summary Generator (demonstrates cool algorithm)
Here's an easy-to-use utility that can take a chunk of plain text and generate a summary with up to a number of words you specify (e.
Rename Files in Folder in Sequence (New)
This is an update to my previous program which renames all the Files in a Directory in sequence, eg.
Fix Line Endings
This VB5 program can parse large text files reading in a chunk at a time and will replace UNIX Lf chars with Windows CrLf's, or vice-versa.
Displaying page 1 of 8 | Prev | Next