Page 1 of 1

Programing Program

Posted: Fri Jun 24, 2005 3:20 pm
by Guest
What program(s) do you use to make these programs. Is there anywhere on the internet where you can download them for free, or get a program like it for free.
From what I saw, it looks like you use the QuickBASIC language. Is this language anything like the VisualBasic coding language (that is often used in MS Access programing).

QuickBASIC 7.1

Posted: Fri Jun 24, 2005 3:36 pm
by Dale Harris
Guest,

All of my software is written in QuickBASIC 7.1. You can download QuickBASIC 4.5 from here http://geocities.com/aliphax/files.html which is almost the same as 7.1.

QuickBASIC and VisualBASIC are both versions of the BASIC language and therefore share some commands and data structures. However when it comes to displaying stuff on the screen any many other things the two languages are wildly different.