Search found 134 matches
- Wed Jun 04, 2008 10:18 pm
- Forum: QBasic / QuickBasic related
- Topic: Qbasic slow execution speed
- Replies: 11
- Views: 6198
Mike Chambers wrote: yes, QB 4.x and newer is fantastic! QB will never die, it always will have it's die-hard fans. it doesn't actually compile lines after you type them, it just checks them for proper syntax. no compiling is done until you run the program. you probably won't even notice it on any e...
- Thu Mar 27, 2008 8:31 pm
- Forum: QBasic / QuickBasic related
- Topic: Qbasic slow execution speed
- Replies: 11
- Views: 6198
Robert, don't believe Mac! He is the main guy here! You say you have been using QB 3.0 since around 1987...I believe you, as I was able to upgrade my 4.0 version to 4.5 on October 30, 1988. And, let me tell you, upgrading to the 4.5 version will be super for you. It is the greatest, user-friendliest...
- Fri Mar 07, 2008 1:54 am
- Forum: QBasic / QuickBasic related
- Topic: open/read/write to a flat file
- Replies: 3
- Views: 2098
Your code starts as: DIM fh AS STRING fh = FREEFILE As soon as you try to run this, you should get an error message, "Type mismatch" with the cursor pointing to the variable in the second line, fh, because you first define it as a string, then try to make it equal FREEFILE, which is an integer. Mac'...
- Mon Jan 21, 2008 4:00 am
- Forum: QBasic / QuickBasic related
- Topic: The Obsolescence of QuickBasic
- Replies: 9
- Views: 5014
Guest: Use Shift+Del and Shift+Ins
I have been using QuickBASIC's Shift+Del to "Cut and store" the highlighted area, and Shift+Ins to "Paste" it back again. And, to avoid having to use the third Ctrl+Ins, I just use the Shift+Del, which "Cuts" the highlighted area AND stores a copy, repaste it with an immediate Shift+Ins, then I go t...
- Wed Dec 19, 2007 6:17 am
- Forum: QBasic / QuickBasic related
- Topic: converting decimal to HH:MM:SS?
- Replies: 5
- Views: 2464
That's great, Iggy! Glad you found a program that does what you need. The program seems very clear and well done. Now, PLEASE read the program and try to understand each and every line of it, as that is the only way that you will benefit from the program, believe me! Then, if you have questions, fol...
- Wed Nov 21, 2007 2:09 am
- Forum: QBasic / QuickBasic related
- Topic: qb 4.5 mouse program
- Replies: 18
- Views: 5737
Well, Buff, as I said, I am not a real programmer, and have never had to make a really large program. The only trouble I ever ran into was updating a BASIC program for electrical networks voltage drops from its 25-bus size to 125 buses. My first investigation allowed me to change the program to 28 b...
- Mon Nov 19, 2007 4:34 am
- Forum: QBasic / QuickBasic related
- Topic: qb 4.5 mouse program
- Replies: 18
- Views: 5737
I've always liked the QuickBASIC 4.5 IDE very much! Yes, all the commands are right there, so is syntax, ASCII codes and SCAN codes. And, as you said, one can load programs from within the IDE and run them very easily. Also, while programming, one may run parts of a program in progras and, with the ...
- Sun Nov 18, 2007 11:44 pm
- Forum: QBasic / QuickBasic related
- Topic: qb 4.5 mouse program
- Replies: 18
- Views: 5737
Mac, I see that you are just one step away from the root directory to get to your usual QBasic.exe, which you have in C:\QBasic. Also, you then call QBasic /L (if required) etc. In my case, I always start in my root directory, C:\, just like you. But, I go a little further than you, just because tha...
- Sun Nov 18, 2007 7:07 pm
- Forum: QBasic / QuickBasic related
- Topic: qb 4.5 mouse program
- Replies: 18
- Views: 5737
Mac, I use Buff's recommendation! I created my shortcut to qb.exe, right clicked on it, then on Properties, selected the Program tab, and added /L qb.qlb so that, in my case, the shortcut points to c:\basic\qb\qb.exe /l qb.qlb In this manner, I don't have to worry about loading or not loading the Qu...
- Sat Nov 17, 2007 4:50 pm
- Forum: QBasic / QuickBasic related
- Topic: qb 4.5 mouse program
- Replies: 18
- Views: 5737
Mac, thanks for the offer via QB 1.1, but, after using the versions leading to 4.5, and then buying 4.5 in 1988, I just opted for staying with the very user-friendly QB 4.5's IDE. But, Pepe has a valid question, regarding your mouse program for QB 1.1 and its probable compatability with 4.5, so, I'l...
- Sat Nov 17, 2007 6:30 am
- Forum: QBasic / QuickBasic related
- Topic: qb 4.5 mouse program
- Replies: 18
- Views: 5737
- Mon Oct 08, 2007 4:59 pm
- Forum: QBasic / QuickBasic related
- Topic: Make it stop: (ctl + break doesnt work)
- Replies: 9
- Views: 5223
- Mon Oct 08, 2007 7:11 am
- Forum: QBasic / QuickBasic related
- Topic: Make it stop: (ctl + break doesnt work)
- Replies: 9
- Views: 5223
Right, Mac. I learned some time ago that one should not expect anyone to answer back. If they do, that's great! If they don't, well, I was now expecting them to answer. Seems the last occurs with some frequency, in almost all forums. That's just pwople are, and, we can't live trying to change them. ...
- Thu Oct 04, 2007 7:28 pm
- Forum: QBasic / QuickBasic related
- Topic: Key click sound
- Replies: 7
- Views: 1956
- Sat Sep 29, 2007 2:30 am
- Forum: QBasic / QuickBasic related
- Topic: Make it stop: (ctl + break doesnt work)
- Replies: 9
- Views: 5223