Search Tools Links Login

Browsing VB6 String Handling

Displaying page 1 of 8 | Prev | Next

Convert Array to Lower Case
Convert an entire array to lower case.
Posted:2021-02-14, 254 views

AutoComplete textbox and comboboxes like Explorer does
Auto-fills a textbox as you type in.
Posted:2002-06-01, 220 views

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.
Posted:2002-06-01, 202 views

Read and Write Files with API's
This is just a single Bas file with two functons for binary read and write of files.
Posted:2002-06-01, 96 views

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.
Posted:2002-06-01, 77 views

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.
Posted:2002-06-01, 106 views

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.
Posted:2020-09-02, 184 views

Displaying page 1 of 8 | Prev | Next