how to's
This page will be home to code examples, snippets and some basic 'getting started' and walk through's for Visual Basic, Windows Batch and Raspberry Pi.
Visual basic

Click here to go to the VB page
Multi-Threading BackgroundWorker - Quick and easy step-by-step guide to employ multi-threading to an application using the BackgroundWorker() component.
Multi-Threading Invoking Objects - Coming soon.
Multi-Threading Invoking Objects - Coming soon.
Windows Batch

Click here to go to the Batch page
Batch file Loading Template - A template file to use with a quasi, pseudo like loading progress bar. This template is good to use when your batch script is to run a set number of commands or statements prior to loading the main content whilst displaying this progress to the user.
Batch Beep - Ever wanted to write in audible feedback into your batch scripts? This is done by using entering the ASCII key code for a beep directly into the batch file. The result is a audible beep.
Batch Beep - Ever wanted to write in audible feedback into your batch scripts? This is done by using entering the ASCII key code for a beep directly into the batch file. The result is a audible beep.
Raspberry Pi

Shell in a box - Basic configuration and installation of Shell-in-a-box, a secure SSH web based emulator for the Raspberry Pi.