Search the web
Sign In
New User? Sign Up
chetsqbasic · Chet's Qbasic - Qbasic Programming
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 116 - 145 of 744   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
116
Dear All:<br><br>I am glad to announce that ChetOS 2000 (Version 1.05) is finally ready to be beta tested by the public. If you would like a copy of ChetOS,...
picard8228
Offline Send Email
Apr 3, 2000
11:07 pm
117
I think that if you are using Unix it would be better to change to linux as that gives you the oportunity to have windows and unix in one so weather u prefer...
pantha180
Offline Send Email
Apr 15, 2000
7:20 am
118
What kind of help do you need with graphics? The basic keywords are: line, circle, pset, and draw.<br><br>You can find how to use them in the help ...
picard8228
Offline Send Email
Apr 24, 2000
4:07 pm
119
except the fact that XWindows is a fairly easily obtained unix shell, and you can get emulators to run ANY os from inside of ANY unix fairly easily on the ...
Vlademir1
Offline Send Email
Apr 25, 2000
2:57 am
120
Hey, chet, I have a problm with your os. when I try and open a window, it tells me that it cannot find a file. what's wrong?...
lego687
Offline Send Email
May 12, 2000
2:28 pm
121
I am working on it. The "main" should work.<br><br>Thanks,<br>ChetOS (ChetOS@...)...
picard8228
Offline Send Email
May 19, 2000
2:59 pm
122
Yes, the main does come up, but it has another menu icon under it with nothing else....
lego687
Offline Send Email
May 22, 2000
6:25 pm
123
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...
best_mail_2000
Offline Send Email
Jun 12, 2000
5:58 pm
124
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 ...
picard8228
Offline Send Email
Jun 14, 2000
4:29 pm
125
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 ...
best_mail_2000
Offline Send Email
Jun 14, 2000
7:50 pm
126
i remember seeing code for doing that about a year ago...<br>i don't remember where, or how, but i'll poke around the net and try to find out...
Vlademir1
Offline Send Email
Jun 15, 2000
1:26 am
127
It will be fairly easy to do that, just use the Shell command to access each drive ie.<br><br>let currentdrive="a"<br>shell "a:"<br>let...
picard8228
Offline Send Email
Jun 24, 2000
6:18 pm
128
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 ...
Echthroi
Offline Send Email
Jun 25, 2000
4:53 pm
129
for that matter if this prog dosn't need to be optomized you could do this with the chr$ command and a for...next loop...
Vlademir1
Offline Send Email
Jul 5, 2000
1:13 am
130
<a href=http://www.darkbasic.co.uk target=new>http://www.darkbasic.co.uk</a>...
Vlademir1
Offline Send Email
Jul 5, 2000
2:58 am
131
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 ...
masterbastard_2000
masterbastar...
Offline Send Email
Jul 8, 2000
1:05 am
132
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...
Animale66
Offline Send Email
Jul 10, 2000
2:54 pm
133
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 ...
picard8228
Offline Send Email
Jul 16, 2000
1:57 am
134
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...
mike1988_11
Offline Send Email
Jul 16, 2000
6:31 pm
135
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 ...
Animale66
Offline Send Email
Jul 17, 2000
9:04 pm
136
Hi,<br>How are u?:&gt;<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...
best_mail_2000
Offline Send Email
Jul 24, 2000
5:31 am
137
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 ...
m_jones_2001
Offline Send Email
Jul 26, 2000
10:33 pm
138
Hi Mark,<br>If I know that what kind of program do you need to create then if I can I would help u in creating it.<br>Thanx & bye,<br>I...
best_mail_2000
Offline Send Email
Jul 27, 2000
7:36 am
139
Hi,<br>I want to know that how can I use modem in Qbasic?<br>Thanx & bye,<br>your clubmate...
best_mail_2000
Offline Send Email
Jul 27, 2000
8:08 am
140
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 ...
jackmallah
Offline Send Email
Jul 27, 2000
9:15 pm
141
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 ...
m_jones_2001
Offline Send Email
Jul 28, 2000
5:43 pm
142
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 ...
m_jones_2001
Offline Send Email
Jul 30, 2000
1:15 pm
143
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...
picard8228
Offline Send Email
Jul 30, 2000
9:07 pm
144
Ok i go to site and every one seems to talk about qbasic 4.5 i go and look at my version and it says 1.2 any know where i can get 4.5...
m_jones_2001
Offline Send Email
Jul 31, 2000
6:06 pm
145
M_Jones_2001,<br><br>Goto <a href=http://www.geocities.com/SiliconValley/Foothills/1518/qb.zip...
picard8228
Offline Send Email
Aug 1, 2000
1:21 pm
Messages 116 - 145 of 744   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help