Search the web
Sign In
New User? Sign Up
qbasic · This is a Discusion List for all QuickBasic and QBasic Programmers. Need to learn qb this is the list for you!
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2175 - 2205 of 3625   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2175
I had an email to send him concerning his tutorials.... it appears as though he has blocked all mail though.... anyone know how to get ahold of him or if he is...
comrade_stalin2003
comrade_stal...
Offline Send Email
Jul 5, 2003
12:41 am
2176
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the qbasic group. File :...
qbasic@yahoogroups.com
Send Email
Jul 5, 2003
7:02 pm
2177
Hi everyone, My music composer now lets you repeat your compositions infinitely or up to 100 times. -chris-...
chris
divinepolarity
Offline Send Email
Jul 5, 2003
7:05 pm
2178
Please unsubscribe me from this group. -ryanlewis13@... ===== ryanlewis13@... __________________________________ Do you Yahoo!? SBC Yahoo! DSL -...
Ryan Lewis
ryanlewis13@...
Send Email
Jul 5, 2003
7:09 pm
2179
same... how do you do this? unsubscribe grimfencer@... ... _________________________________________________________________ The new MSN 8: advanced...
dan k.
grimfencer@...
Send Email
Jul 7, 2003
2:40 am
2180
On Mon, 07 Jul 2003 02:40:10 +0000 "dan k." <grimfencer@...> ... sending a message to qbasic-unsubscribe@yahoogroups.com should do the trick. -- Robert...
Robert B Wilson
han_solo_55
Offline Send Email
Jul 7, 2003
4:35 pm
2181
Hi all ! Does anyone of u know how to make a QuickBasic program working on XP ? It starts working on a small window and as soon as graphics are displayed (or...
jacquescendron
Offline Send Email
Jul 12, 2003
10:02 am
2182
Hi everyone, I'm new here so if you don't mind could anyone of you send me the latest version of qbasic. I allready know the programming and stuff I just need...
relaxedsatan
Offline Send Email
Jul 12, 2003
7:20 pm
2183
On Sat, 12 Jul 2003 10:02:30 -0000 "jacquescendron" <jcendron@...> ... I had the same problem, not sure how I fixed it though. But try to right click on...
con-boy13@...
bander_87
Offline Send Email
Jul 12, 2003
7:55 pm
2184
Versions of Qbasic... http://www.qbcafe.net/english/ ________________________________________________________________ The best thing to hit the internet in...
con-boy13@...
bander_87
Offline Send Email
Jul 12, 2003
8:02 pm
2186
I need a good encryption subroutine, help is greatly appreciated, and credit will be given in the source. Thanks...
prezbongo
Offline Send Email
Jul 15, 2003
12:25 am
2187
An evolving program that I use for model railroading long ago got too big to compile. Now it is too big to edit in the QB environment- locks up! It has...
Wayne Roderick P.E.
tetonsl
Offline Send Email
Jul 16, 2003
5:32 pm
2188
I've uploaded the program to this group. Click on the files link. the program should be named !QBV1.EXE and !QBV1.HLP. It's version 1.1 I couldn't send 4.5,...
Anonymous
bradon_rules
Offline Send Email
Jul 19, 2003
7:41 am
2189
As you know, the CHAIN statement simply starts a new program. So, to get back at the place you left it you can use a condition at the beginning with a GOTO...
triagone
Offline Send Email
Jul 19, 2003
9:51 pm
2190
... Encryption? I've had some bad experiences with that. I finally came up with a simple function to encrypt simple things. It can be used to encrypt and...
hotman1433
Offline Send Email
Jul 23, 2003
5:45 pm
2191
Hmm that's interesting Wayne... I tried a similiar algorithm, though I let the operator put a seed in. But I don't recall an automatic conversion. It kept...
quartermars@...
quartermars
Offline Send Email
Jul 23, 2003
7:28 pm
2192
I've been working with some music lately, and I've programmed in a song or two. But their to simple. Is there any way to play more than one note at a time?...
hotman1433
Offline Send Email
Jul 24, 2003
10:30 pm
2193
... Not with the PC speaker. You would have to use some libraries to take advantage of the sound cards out there. Some exist that support multiple cards,...
Gianfranco Berardi
pigeon_gb
Online Now Send Email
Jul 25, 2003
2:56 pm
2194
i have a text file set upt his way. "name",a,b,c,d,e,f,g i would like to enter the file into a program using TYPE AND END TYPE type infile inname as * string...
iago823
Offline Send Email
Jul 27, 2003
8:34 pm
2195
Okay, here's what I need to do (and can't figure out.) I need to open file pass.word, plain-text file, and then use it in an INPUT. The user is going to input...
Jordan C
mdiegoblake@...
Send Email
Jul 29, 2003
12:27 am
2196
... Untested ' user has input the password and it is stored in variable password$ ' note that qbasic cannot handle long filenames" filename$ = "passw.ord" OPEN...
Michael Marquart
foxidrive
Offline Send Email
Jul 29, 2003
4:36 am
2197
Input past end of file on the LINE INPUT #1, a$ line, same error I had. Jordan C. http://not-named.net (Version 2.2) Proverbs 24:3-4:"Through wisdom a house...
Jordan C
mdiegoblake@...
Send Email
Jul 29, 2003
3:00 pm
2198
... Do you have the password in the file?? ... -- Regards, Michael...
Michael Marquart
foxidrive
Offline Send Email
Jul 29, 2003
4:11 pm
2199
I just ran the code snippet. I had put in a value in passw.ord, and if came up with the problem password didn't match. I also added an END statemetn after the...
quartermars@...
quartermars
Offline Send Email
Jul 30, 2003
7:38 pm
2200
Hi everyone, Since the current topic is about files, I thought I'd ask my question(s). Although I've read several books on basic (GWBasic to QBasic), I've ...
bergermeister1st
bergermeiste...
Offline Send Email
Jul 30, 2003
8:31 pm
2201
Hello bergermeister... I am going to be checking the progran and I hope to send you some information. But I can say the comma delmited file you had asked...
quartermars@...
quartermars
Offline Send Email
Jul 31, 2003
1:46 am
2202
... There was some preparation required... You can just run this code snippet. CLS ' create a file with a word in it OPEN "password.txt" FOR OUTPUT AS #255 ...
Michael Marquart
foxidrive
Offline Send Email
Jul 31, 2003
4:19 am
2203
On Wed, 30 Jul 2003 20:31:30 -0000, bergermeister1st wrote: I'm just a hack, but I'll give you some examples ... Here is a simple example for saving strings...
Michael Marquart
foxidrive
Offline Send Email
Jul 31, 2003
4:48 am
2204
On Thu, 31 Jul 2003 14:48:21 +1000 Michael Marquart ... <snip> wouldn't this be easier: ' save comma delimited OPEN "save.csv" FOR OUTPUT AS #1 WRITE #1, a$,...
Robert B Wilson
han_solo_55
Offline Send Email
Jul 31, 2003
3:33 pm
2205
... Yes, it is. Told you I was a hack. :) ... -- Regards, Michael...
Michael Marquart
foxidrive
Offline Send Email
Jul 31, 2003
3:43 pm
Messages 2175 - 2205 of 3625   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