Hi dear,<br>I hope you have a nice time:)<br>I want to know which drives are available in QBASIC. Reply me as soon as possible:)<br>Thanx & bye,<br>Your friend...
All local drives are available in Qbasic, you can probably use the ??? command to add a network drive (I can't think of the command, it starts with a "s", or ...
I see but I want to know e.g. which drives in my computer are available.<br> E.g.: A (Available), B (Disable) and so on.<br> So I wanna to have a list of ...
Heyllo, fellow programmers! Long time no talk...My problem today is this: I'm learning how to make libraries. This is fine and dandy, I have this 3 manual ...
Ok I have been programming in Quickbasic since the day it hit shelves, I started programming when I was 7½ years old and have done amazing things with ...
yeah, you're right. Windows does suck... who wants the world's easiest to use OS instead of memorizing the entire syntax for the DIR command... personally, I'm...
I personally believe that MacOS is easier to use than Windows. Its also much more stable.<br><br>The reason many of us are not tired of typing out long ...
Does anyone know a good programming book that everyone should have that is under $30.00 I have just started learning programming and I have 1 book right now it...
yeah, VB does have a really dumb Application Wizard which will create sort of the 'shell' of the program, but a man like myself refuses to use that predone ...
Hi,<br>How are u?:><br>I advance you to buy QBASIC PROGRAMMING (THE PETER NORTON PROGRAMMING LIBRARY). I don't know How much does it cost but I know that it...
Ok i am new to this qbasic stuff and i really need help in creating a program in school but i do not want to go into to much detail until i know someone is ...
Hi. Lately I've been writing a 3d game, debugging in QB and compiling with the Firstbasic shareware compiler. I have a lot of ideas about how it could be ...
Ok thanks best here is the program i am trying to create. A video libary that can add mebers to a file you can bring each members details up induvidually and ...
Ok i have been making this program and i have a slight problem.When i run it it is fine but when i close it and open it again it says permission denied and ...
Make sure that you have a CLOSE command at the end of the program. That usually fix it. If you break the program, use the Immediate window and run CLOSE. That...