Basic About
  Home News Stuff Forums

This section is dedicated to BASIC applications I make using Visual Basic Express 2008 (2010 Beta).
Check out the section in the Forum to discuss the apps.


shutdown BASIC




Simple app to let you shut down, restart or log off your PC after a predefined time period. Now has tray support for hiding and operating the application from the notification area.
bmi BASIC


Simple BMI calculator. Can accept height and weight in metres, feet, kilograms and pounds. This was the first program I made in VB2008, and it makes use of mathematical operators and conditional situations.
text BASIC


Simple text editer application. Can open and save *.txt files. My second VB application, makes use of StreamReader and Writer to read and write from the Hard Disk.
pic BASIC


Simple picture viewer. Can open and view images stored on the hard drive. Can be resized.
browse BASIC


Simple web browser with Back and Reload buttons. No bells or whistles. It has the ability to navigate web pages, displays the current URL in the address bar as well as being able to enter custom URLs and browse using the Go button.