Center Caption on Form
Download Center Captions Code
Center your captions to you forms with this code. Does not work on MDI forms.
Enumerate thru the Registry
Download
Enumerate thru the Registry
This is a project I found that enumerates thru the registry.
Convert Binary Data to readable
Binary Representation
Download
Convert Binary Data
Example of how to convert binary data into format 100100100 text
readable format.
Import DBase IV
files into an Access 2000 Database
Download
Import DBase IV Files (Updated 8/3/05)
View
Documentation
This code uses the Randem Systems Database Connection Control to
Access the DBase IV files and import them into
an Access 2000 database
which is also created thru code.
It shows you how to create the access database from code and
create the tables with the correct field datatype translations.
Convert
Dollar Amounts into Words
Download
Dollar Amounts into Words
Use this code to change numbers into words, like the words on a
check for example. $325.34 turns into Three Hundred Twenty Five Dollars
and Thirty Four Cents. Ideal for check printing. Code good from 0 to
99,999.99.
Test Various Array Copying Methods
Download
Array Copy Test
Use this VB project to see how the different array copying
methods result in speed of operations..
Display
Unicode in Controls
Download
Display Unicode in Controls
See
which VB controls support unicode directly and how to utilize this
feature inside your VB applications. This VB6 project shows you how to
do it