This user has contributed 2 articles, 18 code samples and posted 289 messages in our discussion forums.
Articles & Tutorials
-
This article will discuss some of the more basic and practical ways to solve general error handling in your Visual Basic applications and MS Office VBA modules. It is in many ways applicable to VBA, VBScript and ASP, in much based on the same syntax and practical solutions in your code.. 
-
An introduction to how best to pass a value to and between statements. Including hints to Optional, Defaults and Constant arguments.. 
Code Samples
-
dbHit: A simple traffic logger I tossed together in the start of my ASP coding days. It simply collects data from your visitors and stores it in MS Access 97 mdb file.. 
-
An example of how to sort an array in Visual Basic. 
-
Remove invalid UUE headers to make them readable by WinZIP and other UUE parsing applications.. 
-
A simple way to closing an application unnoticed if you know the WHOLE caption and it's correct spelling.. 
-
A beginners code to learn how to create a new key for your app in HKEY_LOCAL_MACHINE like "the real programmers" do, and not using VB's rather lame option.. 
-
This is a VERY basic example for the absolute beginner out there...
Best update this as I found the copyright data for it...
. 
-
How to check that a string is a properly formatted email address.. 
-
Winzips description to how to use VB with Winzip from the command line. 
-
How to obtain the binary string for the ASCII code of a character.. 
-
Simple snippet of code to compact and repair any MS Access database.. 
-
Some sample code that searches & replaces text in a textbox or file. 
-
A neat bit of code to load a file into a listbox, and then save it again.. 
-
This simple project that retreives all the links in a html file. 
-
A function to return the difference between two dates, in hh:mm format.. 
-
how to create a key, ie. in the Form_load statement of a form so your app starts with windows every time the user reboots the machine.. 
-
Demonstrates how to display a Browser For Folder dialog. Please note that this source sample is for VBA only. Not VB.. 
-
How to change the order of items in an array from ascending order to descending order. 
-
A simple color picker and pick-color-by-pixel tool for designers needing RGB or HEX color codes. Now updated to version 3.0. 