This user has contributed 6 articles, 1 code samples and posted 250 messages in our discussion forums.
Articles & Tutorials
-
I see a number of forum posts asking about basic string handling functions within VB6 so I have put together a short tutorial explaining the syntax of, and uses for, some of the most common techniques. 
-
When dealing with Checkbox control arrays, setting the value of the control will fire that control's OnClick Event which can cause recursion and produce the error "Out of Stack Space". This short tutorial explains how to get around it. 
-
A no nonsense tutorial designed to give Visual Basic developers an insight into developing VB applications for handheld devices such as PDAs.. 
-
A brief introduction to the field of Genetic Algorithms including sample C++ code. 
-
A list of URL's which I have found useful . 
-
An easy to follow tutorial which demonstrates the creation of a simple data access form using eMbedded Visual Basic for Handheld Devices. 
Code Samples
-
A sample program to demonstate how to open an Oracle database, extract specific data and use this data to create an Access database. 