| Recent Answers from Alex Barry |
 |
2008-11-14 Qbasic Max Baud Rate: Hi, Reggie, I believe that QBasic has built in limits, so it's not possible to use OPEN COM to go above the baud rate. You can, however, either find a library to handle com ports, or it is possible...
|
2008-11-13 QuickBasic and QuickBasic executables don't work in Vista: Hi, David, Unfortunately, after Windows 98, Microsoft began separating Windows and the DOS platform. What you can do, is right-click on qb.exe and click properties, then compatibility, than put it...
|
2008-11-06 case selects in qbasic: Hi, Mohammed, I don't mind doing homework, as long as you show me you've done work, or if, in your case, you want to better understand it. First, you'll get your number DIM number AS INTEGER...
|
2008-11-03 led: Hi, zizi, If you are talking about the Num/Scroll/Caps lock LEDs, here is how to do it: DECLARE SUB Toggle_LED( BYVAL led AS INTEGER ) DECLARE FUNCTION Status_LED( ) AS INTEGER CONST LED_Scroll%...
|
2008-10-29 qbasic string: Hi, Mohammed, To filter which keys are pressed, you'll have to create a custom input system. Here is how I suggest doing it: DECLARE SUB InputAdv( BYVAL prompt AS STRING, BYREF i AS STRING, BYVAL...
|
| More Answers for "Qbasic, Quickbasic" |