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.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2557 - 2586 of 4379   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2557
Hello, I'm creating a DOS based menu program for MESS (I don't like any of the others out there) and I am writing it in Qbasic 7.1 (C was to much trouble) then...
skizzymcgurk
Offline Send Email
May 1, 2004
5:23 pm
2558
Figured it out. Seem run() command has a 25 char. string limit. used another command and it worked. HLO...
skizzymcgurk
Offline Send Email
May 1, 2004
9:18 pm
2559
Hi all, Found this def for qbasic's RUN command: RUN {line number | file$ } Where line number is a line in the current program file$ is a file name, source...
Michael C Adams
ragnarokc2
Offline Send Email
May 2, 2004
12:01 pm
2560
I know that this might seem like sacrilege to some but has anyone else thought of/hope for a new windows based compiler that supports QB? I have been looking...
Randy Keeling
randy_keeling
Offline Send Email
May 3, 2004
5:12 pm
2561
Well I suppose it is possible. But understand that without understanding exactly how QB does everything that it does there would be little point. I could...
Matthew Johnson
talin1_2000
Offline Send Email
May 3, 2004
5:45 pm
2562
I think you have me wrong. I mean to write a compiler or interpreter that would use the QB language. QB itself would NOT be used. It would be its own ...
Randy Keeling
randy_keeling
Offline Send Email
May 3, 2004
6:10 pm
2563
I thought Visual Basic 1.0 for DOS was totally compatibe to QBasic.... QM...
quartermars@...
quartermars
Offline Send Email
May 3, 2004
9:59 pm
2564
It was, becasue VB 1 was a dos GUI creator. It didn't make real windows applications. Did it? No, from what I've seen it didn't. And I know exactly what you...
Matthew Johnson
talin1_2000
Offline Send Email
May 3, 2004
10:20 pm
2565
Actually, I've been thinking about a new QB compiler myself. The BC.EXE that comes with 4.5 is *horribly* inefficient, for example: value& = value& + 1 ...
someone42_000
Offline Send Email
May 4, 2004
8:01 am
2566
I don't know if I could do it all by myself. :-) I was just tossing out the idea to see if I was the only person thinking about it. I understand the legal...
Randy Keeling
randy_keeling
Offline Send Email
May 4, 2004
1:28 pm
2567
It's not a bad thought, not bad at all. My main concern is keeping a group long enough to get the project done. More than one project such as this done over...
Matthew Johnson
talin1_2000
Offline Send Email
May 4, 2004
2:39 pm
2568
Here's my problem--I teach children with a variety of problems. Some of my autistic children have extreme articulation problems. For example, this kid that...
Grant Coulson
grant_coulson
Offline Send Email
May 13, 2004
1:21 pm
2569
Look at Microsoft's Speech SDK 5 (not the newer server stuff). It has tools for things like this as well as an interface with VB. I don't think you'd be able...
Randy Keeling
randy_keeling
Offline Send Email
May 13, 2004
1:51 pm
2570
Hello, fellow qbasic member. This company really helped me out. I almost lost my home. I am self employed and I was able to refinance. The best interest rates...
cassie_66pu@...
Cassie_66pu
Offline Send Email
May 13, 2004
3:44 pm
2571
I've started the "QuickerBasic" project on sourceforge. The sourceforge site can be accessed on: http://sourceforge.net/projects/qkrbasic/ but there's nothing...
someone42_000
Offline Send Email
May 14, 2004
11:22 am
2572
Do you drive a Lemon instead of a car? Get a free auto warranty quote. never pay for major car repairs again. we will help. check us out ...
robbie_6a7fr@...
Robbie_6a7fr
Offline Send Email
May 17, 2004
6:10 am
2573
Hi, I would like to known when the print key has been pressed by the program user. I can detect when number and letter keys have been pressed, but haven't been...
johnstubbe
Offline Send Email
May 18, 2004
3:58 pm
2574
... The PRNTSCRN and other keys such as the "Fn" and ARROWs return a 2 byte code. I trap the LEFT, RIGHT, Up & DOWN arrows with: a$=INKEY$ if a$ <> "" then...
Wayne Roderick
tetonsl
Offline Send Email
May 18, 2004
8:14 pm
2575
This won't work in qbasic, at least in Windows 2000. (IIRC) Windows traps the printscreen key and does not pass it to the dos box. From experimentation, using...
someone42_000
Offline Send Email
May 19, 2004
8:34 am
2576
Hi, I have a computer I am using that has DOS 6.22 As you know, the Print Screen key works. If you would like me to test any code, I have the time and...
John Stubbe
johnstubbe
Offline Send Email
May 19, 2004
2:50 pm
2577
I was really far into debt. Like Most I was in Financial dispair. I could not seem to get ahead no matter how hard I tried. Untill I found this place. ...
deanna_d5bro@...
Deanna_d5bro
Offline Send Email
May 22, 2004
3:42 pm
2578
[snip] This email was sent because you joined our group. If you do not wish to recieve any emails, unsubscribe. by sending a mail here...
Joshua Davis
jsd1985
Offline Send Email
May 22, 2004
6:06 pm
2579
Unfourtunately, these things are a fact of all public non-moderated yahoo groups. Every group I've joined recieves these. If you think about it, it's a good...
someone42_000
Offline Send Email
May 23, 2004
3:20 am
2580
Hi Guys! Thanks for everyone's help thus far. The program I am working on is just about finished but I am having what is, hopefully, a minor problem. The...
teknet3
Offline Send Email
May 26, 2004
9:26 pm
2581
... Use this, for a start. 730 Line Input #1, text$ ... Then tell us what you need to do. -- Regards, Michael...
Michael Marquart
foxidrive
Offline Send Email
May 27, 2004
9:55 am
2582
Hi Michael (and others). I had to combine your suggestion with a little bit of thinking on my own. The Line Input by itself didn't seem to solve the problem as...
teknet3
Offline Send Email
May 27, 2004
9:59 pm
2583
... That's exactly how I do it too (but I don't use line numbers unless I need to, say, for a label). ... If the source file is a plain text file, which I...
Michael Marquart
foxidrive
Offline Send Email
May 27, 2004
11:11 pm
2584
I put up a new page for some of my smaller adventures below: http://www.geocities.com/dunric/dforest.html All of these are 100% compatible with QBASIC (with...
Paul
dunric
Offline Send Email
May 29, 2004
9:22 pm
2585
Just to show that I haven't canned the project already, I decided to release part of the project (the scratch interpreter) which I've been working on. It is...
someone42_000
Offline Send Email
Jun 4, 2004
1:49 pm
2586
It took me exactly 8 hours and 40 minutes to write yet another adventure game: The Quest for Waitomo Cave (Version 1.01) By Paul Panks (dunric@...) ...
Paul
dunric
Offline Send Email
Jun 8, 2004
8:23 am
Messages 2557 - 2586 of 4379   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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