Sample Code 
-
What do you do when you want to work with numbers that have a total length of digits that reach into the billions? You sure can't store those in a conventional variable, or perform normal operations on them. This module demonstrates how to perform these.. 
-
How to obtain the binary string for the ASCII code of a character.. 
-
With this code you can highlight VB code. keywords, sub names, and function names are included as well as comments.. 
-
A simple function to convert Binary numbers to Decimal numbers.. 
-
You know how some programs (like when Windows copies a file) the filename is too long, so Windows shortens it to "C:\Wind...\help.txt"; well, this is how to do it.. 
-
Class module implementing a buffer of characters with useful features.
May contain up to 2^31 characters, with size control, full/partial push,
overrun/underrun events and auto-pop.. 
-
This is a VERY basic example for the absolute beginner out there...
Best update this as I found the copyright data for it...
. 
-
Simple code to reverse the characters in a string. 
-
Replace the First Character to UCase. 
-
This is a conversion tool which will convert a existing text file to a html file. Presently made conversion can be viewed as a html file side by side.
Way to navigate::
Though a guided voice will help you through the navigation, but I would like to give the clear instruction.
1st choose the directory
2nd choose the file
3rd click the Open button
4th select word(s), line(s) from the text
5th select tag like "Bold","Italics" etc from combo box
6th click Change button to put html tag in. 
-
How to load very large files in chunks... 
-
You can replace text at runtime using the replace function.. 
-
Some simple code for multiple undo/redo in Text boxes. 
-
A neat little function to fully justify text when printing. 
-
This neat ready-to-use code lets you build relative references to files (like the ones used in HTML pages).. 
-
Frustrated with the label control's inability to wrap text? Use this bit of code and worry no more.... 
-
4 array functions search, append, remove, and dimensions. 
-
Encryption by multiplying matrixes. 
-
How to change the order of items in an array from ascending order to descending order. 
-
An example of how to sort an array in Visual Basic. 
-
Get the current line, column, number of lines and first visible line in a RichTextBox. 
-
A function to return the difference between two dates, in hh:mm format.. 
-
This simple project that retreives all the links in a html file. 
-
Some sample code that searches & replaces text in a textbox or file. 
-
Capitalizes the first characters of each word setting all the other to lowercase. 
-
The fast API way to add fonts to a listbox/combobox. 
-
Use this simple code to compress strings by finding patterns. Decompression code is also included.. 
-
How to count the number of lines in a multi-line textbox. 
-
Retrieving cursor information from a Rich Textbox control. 
-
This trick show you how to add display all the fonts, which you have installed on your system, in a combobox... 
-
Shorten a file location in a label with .... 
-
Many countries' international settings specify a space as the digit group separator. The problem with this is that in a multi-line text box the lines could be broken in the middle of a number, which . 
-
How to transfer formatted Rich Textbox text into Microsoft Word. 
-
A tip for determining the size of a VB dynamic array. 
-
Save and read conditional formatting as strings. 
-
Add scrolling text to your application. 
-
A neat trick to allow you to use numeric keys in the ListView control. 
-
An Object Orientated way to pass Visual Basic variable values to a form. 
-
Make LBound() and UBound() even more efficient. 
-
Using LBound() and UBound() when iterating Visual Basic arrays. 
-
How to create a Split function that converts delimited text to an array. 
-
Let users add tab spaces in VB's Rich Textbox control. 
-
Avoid variable type comparison glitches in textboxes. 
-
How to validate your text box, and only accept numbers in a text field. 
-
How to enable the user to drag and drop items between list boxes. 
-
A rudimentary encryption/decryption example. 
-
An example calculator. 
-
How to prompt for a file to open, and load it into a textbox. 
-
A (very) basic HTML editor!. 
-
How to add margins to a textbox using SendMessage. 
-
How to provide status messages when the mouse is over menu items. 
-
A visual basic module allowing you to convert a formatted RTF file to HTML!. 
-
How to create an Insert Symbols dialog. 
-
A simple example of how to colour all HTML tags, leaving the text black!. 
-
Another example of how to colour HTML tags. 
-
How to count the number of lines in a text file. 
-
How to use Preserve and the ReDim statement to resize arrays whilst preserving existing items. 
-
How to change the drop height and width of a ComboBox. 
-
How to setup up WYSIWYG printing in a RichTextBox. 
-
How to loop through all the fonts on the computer and add them to a listbox. 
-
How to find out if a font is a TrueType font or not. 
-
How to save the text in a textbox to a file. 
-
This application is a simple calculator. You just have to write your mathematical expression and then press Enter to have the numerical result.. 
-
A Version of the Text Scroller on VBweb, with a pause function when the text reaches the middle.. 
-
A function that can find and replace text just like the Replace function in vb6. Good for people who don't have vb6. . 
-
A simple way to make a letter by letter encryption/decryption program. 
-
Textbox with only numaric content. and two decimals.. 
-
Add a control or class module that creates the ability to use Undo and Redo.. 
-
This little source code shows you how to print 3D text on a form.....Just a bit!. 
-
Strip all spaces from a string and concatenate them into one long string.. 