AllExperts > Experts 
Search      

Qbasic, Quickbasic

Volunteer
Answers to thousands of questions
 Home · More Questions · Question Library  · Free Encyclopedia ·
More Qbasic, Quickbasic Answers
Question Library

Ask a question about Qbasic, Quickbasic
Volunteer
Experts of the Month
Expert Login

Awards

About Us
Tell friends
Link to Us
Disclaimer

 
 
 
About Alex Barry
(Top Expert on this page)

Expertise
I have been a qbasic programmer since 2000, creating games, minor libraries and various small programs. I have experience using interrupts, graphics, file input/output, the mouse cursor, and using libraries. I have also learned FreeBASIC, c/c++, python, php and html.
I do not claim to be an absolute authority in any language, but I don't mind looking things up and learning with you.

Experience
Hobby programming since 2000

I no longer belong to any community programming groups, but do have knowledge of *basic dialect and C/C++
   

You are here:  Experts > Computing/Technology > Basic > Qbasic, Quickbasic

SubjectDate AskedExpert

VBDOS / QBasic5/25/2007Alex Barry
  Q: I am using VBDOS (build on QBaisc) and I was Hoping you could help me a bit. I need some help on ...
  A: Andy, Well, to use different formatted date/times, you'll need to use date serial numbers. I ...
Getting a program5/25/2007Don Schullian
  Q: I'm would like to know where I can either get or buy a copy of the qubasic program. When I was a lot ...
  A: Yup, things change, for sure! I've not seen QuickBASIC for sale in over a decade and even then it ...
VBDOS / QBasic5/24/2007Alex Barry
  Q: I am using VBDOS (build on QBaisc) and I was Hoping you could help me a bit. I need some help on ...
  A: Andy, Suprisingly, considering all of DOS's setbacks, parallel port programming is amazingly easy. ...
How to convert5/22/2007Alex Barry
  Q: How to convert "vlookup excel" in Qb formula? here an example of data: Database1.txt (main data) ...
  A: ) I'm still trying to piece together what you are exactly trying to do. Assuming you are trying to ...
Homework help with ARRAYS5/13/2007Alex Barry
  Q: I have to develop a program which will print out two columns of 6 numbers on screen in an array, ...
  A: Michael, Thanks for showing me the code you have. I only do homework help if I see your current ...
Creating a program5/9/2007Don Schullian
  Q: I am attempting to make a program in QuickBasic that can open a file, then after a specified period ...
  A: Ok, here goes. I'll map this out without testing it and you can do the rest. Seconds% = 120 ' 2 ...
Key Boards5/8/2007Alex Barry
  Q: Is it possible to set a keyboard to type in a specific type font for capital letters only?
  A: Fred The way you want to do keyboard input will be a little trickier, but still possible. One way ...
qbasic arrays5/8/2007Alex Barry
  Q: i have to read two arrays and calculate numbers with data from those two arrays but i cant seem to ...
  A: Paul, I have no idea what the purpose of your program is, so it's tough for me to know what you're ...
Creating a program5/8/2007Don Schullian
  Q: I am attempting to make a program in QuickBasic that can open a file, then after a specified period ...
  A: Well, you've not, quite, given me everything needed to do everything so I'll lay out the basics (no ...
Calculation is off by pennies5/1/2007Don Schullian
  Q: I'm a new programming student taking a computer logic class at a local community college. I ...
  A: You've run into the same problem with most new programmers (and some old ones!). The single ...
QBasic 4.5 and Windows Vista4/30/2007QBasic Mac
  Q: I can't print out of qbasic or any of the simple programs I am writing. My printer is installed ...
  A: Vista doesn't support DOS very well. I recommend not using LPRINT. Instead of LPRINT "abc" ...
Qbasic help please, program High/low4/24/2007Don Schullian
  Q: I am new at using Qbasic and I have been trying for hours to create a program that outputs the ...
  A: LPRINT has to be used just like the PRINT command. In other words, if you put an "L" in front of ...
Qbasic help please, program High/low4/23/2007Don Schullian
  Q: I am new at using Qbasic and I have been trying for hours to create a program that outputs the ...
  A: No, I don't mind your questions at all. A long time ago someone helped me out when I was getting ...
Qbasic help please, program High/low4/23/2007Don Schullian
  Q: I am new at using Qbasic and I have been trying for hours to create a program that outputs the ...
  A: Have a look at the help screen on PRINT and you'll see that if you put a semicolon or comma after a ...
qbasic programming4/22/2007Alex Barry
  Q: i have a program to do. 1.)using the following "data-list" containing twenty numbers, incorporate ...
  A: Paul, Unfortunately, I'm not much of a guy to do your homework for, but I can help you out a bit. ...
Bug with compilation of a QB 4.5 program4/16/2007Alex Barry
  Q: Sir, I have a large experience of using Qb 4.5 for several years without problem, with Dos to XP. I ...
  A: there. The problem is the flavor of windows you are using. Windows XP is DOS aware, but has the ...
Regular Text Mode For Color Border?4/2/2007Alex Barry
  Q: In GWBASIC, whenever I type in: COLOR 12,4,2 I get High Intensity Red text color over Low Intensity ...
  A: Graphics mode handles text very well. I suggest mode 10 or 12 for text...it's a higher resolution, ...
BLOAD3/31/2007Alex Barry
  Q: I have been using a qbasic made sprite editor to make some graphics, and it said that I can load the ...
  A: If you're using windows XP or vista, you will encounter many errors like that. The best solution I ...
"COLOR" for GWBASIC vs. QBASIC?:3/28/2007Alex Barry
  Q: In GWBASIC, whenever I type in: COLOR 12,4,2 I get High Intensity Red text color over Low Intensity ...
  A: To get QBasic to do the frame, to the extent of my knowledge, you need to do a CLS There is how I ...
BLOAD3/28/2007Alex Barry
  Q: I have been using a qbasic made sprite editor to make some graphics, and it said that I can load the ...
  A: there. Well, bloading an image is pretty easy, but you need to know a few things about how QB ...
Sound Problem3/28/2007Alex Barry
  Q: Ok, I have tried every single sound command on Earth, and none of them will produce any sounds! I ...
  A: Hey, there First, before you think about installing, you should look in your computer. Taking off ...
Sound Problem3/26/2007Alex Barry
  Q: Ok, I have tried every single sound command on Earth, and none of them will produce any sounds! I ...
  A: The problem is probably that you don't have a mother-board speaker, which is what qbasic's PLAY and ...
Test loop prematurely exiting3/26/2007Alex Barry
  Q: Many thanks for your answer. I have tried your suggestions but still get the same fault occuring. ...
  A: Well, right now, I don't have my rusty-trusty QB with me, so I can't test anything, but my ...
module3/26/2007Alex Barry
  Q: how can i define a module in VB and what is the difference between module and class
  A: I think you asked the right question in the wrong section of experts, but that's okay, because I ...
CHAIN between two .exe quickbasic3/20/2007QBasic Mac
  Q: i m using quickbasic 7.1 the CHAIN command works when i m passing between two .bas files CHAIN ...
  A: Actually, I only have 4.5. BRUN is 4.5. So my advice would be to pass parameters via a file. Below ...
CHAIN between two .exe quickbasic3/20/2007QBasic Mac
  Q: i m using quickbasic 7.1 the CHAIN command works when i m passing between two .bas files CHAIN ...
  A: If you compile your program, don't select the stand-alone .EXE option as COMMON SHARED won't work. ...
Program prematurely exits DO_Until loop3/19/2007Alex Barry
  Q: I have a piece of code using a DO_UNTIL loop that exits (more often than not) without satisfying ...
  A: Well, after reviewing your code, I think the problem is BEDMAS, the best friend of a programmer ...
windows programming3/16/2007Don Schullian
  Q: I've written a program to help me manage my finances in qbasic but I would like to run it in a ...
  A: Qbasic will, of course, run in a DOS window but if you want to take advantage of Windoze's ...
gwbasic - printing program to txt file3/12/2007Don Schullian
  Q: I want the program I made in gwbasic to be saved in a text file or if the file already exists with ...
  A: You're really making me dust off my brain with this! ;) There is a way to convert the code files ...
color printing from QBASIC3/8/2007Alex Barry
  Q: I am using XP and QBASIC 4.5. I am perfectly able to print txt to the screen in color using COLOR ...
  A: Well, I'm not sure if QBasic can print in colour. It may be dependant on your printer manufacturer ...
using mouse in BASIC3/7/2007Don Schullian
  Q: can i use mouse in GWBASIC? if possible give one or two example. if not give few examples of using ...
  A: Gregory, The short answer is "Yes!". However.... (there's always a "however") you need to access ...
qbasic program2/22/2007Don Schullian
  Q: Sir, here is some of the code REM by Adam Murrell CLS 'open "S:students.txt" for input as #1 OPEN ...
  A: Adam, I read your comments and I was afraid that that was the case where the teacher wasn't ...
qbasic2/21/2007Alex Barry
  Q: Sir, I really need some serious help on this one. the program is supposed to refer to a text file ...
  A: there From what i read, this is just using some logic (oh, and I appreciate you putting your code ...
qbasic program2/21/2007Don Schullian
  Q: Sir, I really need some serious help on this one. the program is supposed to refer to a text file ...
  A: You've done all this before! Same stuff just different words and more than 1 answer is being ...
qbasic program2/21/2007QBasic Mac
  Q: Sir, I really need some serious help on this one. the program is supposed to refer to a text file ...
  A: If you're working at home and have no access to that file, just make one of your own and access it ...
qbasic2/21/2007Alex Barry
  Q: 1. what is the function of FOR NEXT LOOP ? 2. what is the purpose of NEXT statement ? 3. when the ...
  A: If you have looked up my past answers, you'd realize I don't do homework questions, especially when ...
qbasic2/21/2007Don Schullian
  Q: can the index variable in a FOR statement take a fractional or negative value ?
  A: Yes! In fact it can also be a single. Try these: FOR X! = 0.9 TO 0.0 STEP -0.1 ? X! NEXT FOR X% ...
finding area of shape w/ Qbasic2/19/2007Alex Barry
  Q: I really nead help w/ finding the area of a rectangle, triangle, and circle. Need to use input. All ...
  A: Although this sounds like a homework question, I'll help you out a bit, and give you some good ...
qbasic program2/14/2007Don Schullian
  Q: Sir, I wrote the following program, the basic function of the program is that it displays the ...
  A: No... that's about it for Qbasic. You have to remember that Qbasic is SERIOUSLY old and was given ...
Begginer q basic program2/12/2007Don Schullian
  Q: Sir, I have started this program but need a little help. I need it to find the highest and ...
  A: Ok.. lets start at the top again: You need to know 1) lowest number entered 2) highest number ...

Page:  Previous  | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9  |  Next      All


Questions by
Active Experts:
Alex BarryDon Schullian 

     
About Us | Advertise on This Site | User Agreement | Privacy Policy | Kids' Privacy Policy | Help
Copyright  © 2008 About, Inc. About and About.com are registered trademarks of About, Inc. The About logo is a trademark of About, Inc. All rights reserved.