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 2664 - 2693 of 3625   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2664
pls I need a qbasic code for a linear sorting...
oadejo
Offline Send Email
Nov 3, 2004
11:47 am
2665
... Have you tried the ABC packets? (All Basic Code) http://www.allbasiccode.com/ (though it seems to be down atm) -- Regards, Mic...
Mic
foxidrive
Offline Send Email
Nov 3, 2004
11:56 am
2666
hi, how are doing? qbasic complier u get...
oadejo
Offline Send Email
Nov 3, 2004
12:14 pm
2667
... Here is the classic SortDemo.bas that has six demos to compare and choose from. I copied this to your yahoo.com address where the attachment should stay...
Wayne Roderick
tetonsl
Offline Send Email
Nov 3, 2004
2:42 pm
2668
Oops :-( My apologies to the group for the waste of bandwidth to those uninterested in the subject. My mail program saw the SortDemo.bas attachment as text...
Wayne Roderick
tetonsl
Offline Send Email
Nov 3, 2004
6:03 pm
2669
don't worry. it's not that much. and thanks :)...
OTXDMASKo@...
Send Email
Nov 3, 2004
7:35 pm
2670
hey all I recently re-financed my mortgage for free even though I have BAD credit. They even gave me a great rate! Take a look at this service... ...
ijmuyotjv
Offline Send Email
Nov 6, 2004
3:34 pm
2671
Say good bye to prepaid calling cards! No more spending money on calling cards, Earn free http://tinyurl.com/6fyoc Calling cards at our site using this link, ...
persy_sude
Offline Send Email
Nov 10, 2004
2:00 am
2672
Hi! I am looking for the source code to a GUI written in QuickBasic called "Rush" or "RushOS". The company that made it was called "RushSoft". If someone has a...
Todd Suess
tlsuess20040720
Offline Send Email
Nov 16, 2004
12:40 am
2673
Gentlemen I have looked in the group archives for this. How would one go abaout reading extra data passed thru the command line to a compiled Qbasic program? ...
David J Hatzenbuhler
davehatz
Offline Send Email
Nov 16, 2004
9:54 pm
2674
Yes, in fact I belive the command is Command$ Just give me a second, the compiler isn't on this computer so I have to download it to make sure. There should be...
Matthew Johnson
talin1_2000
Offline Send Email
Nov 16, 2004
10:43 pm
2675
Hi all, Matthew is correct, here is the help screen, a site where you can download other examples you might have missed and the subject example program. If you...
Michael Adams
ragnarokc2
Offline Send Email
Nov 17, 2004
2:34 pm
2676
Hi guys, Is their anyway to have a qbasic program send whats on the screen to the printer the way windows programs do? Bobby...
bobby
bobby_jarrard
Offline Send Email
Nov 18, 2004
3:12 pm
2677
Ummm...I know of a command that sends text to the printer. If you're talking graphics I'm not sure how that would work out. LPrint can replace or be placed...
Matthew Johnson
talin1_2000
Offline Send Email
Nov 18, 2004
6:55 pm
2678
... I think not-- I searched for a long time to find a way to capture a QB graphic. Finally found it! I run it under Win98, which may screw up a QB program in...
Wayne Roderick
tetonsl
Offline Send Email
Nov 18, 2004
9:22 pm
2679
... Bobby: If it is simply Text that you want to divert to a printer then there certainly IS a way to do it. You need run under pure DOS and have some...
Wayne Roderick
tetonsl
Offline Send Email
Nov 18, 2004
10:08 pm
2680
... there certainly IS a way to do it. You need run under pure DOS and have some knowledge of it. It involves using the DOS COMMAND line to divert the...
bergermeister1st
bergermeiste...
Offline Send Email
Nov 19, 2004
6:55 am
2681
... It may be possible without using Lprint statements by using a command line like this: COMMAND LPT1 /c qbasic /run program.bas where PRN and other LPT...
Mic
foxidrive
Offline Send Email
Nov 19, 2004
7:41 am
2682
Hi I have tried to compile a simple prog that i've done and i keep getting an error link : warning l4051 : bcl71enp.lib : cannot find library i have made sure...
kev
kdwzagi
Offline Send Email
Nov 20, 2004
2:10 am
2683
hello, i'm working on a little game in qbasic and I need to enable a speed delay. anyone know what command to use to make the computer pause for a a short...
JAGSOFT5@...
Send Email
Nov 21, 2004
10:04 pm
2684
nevermind guys, i figured it out. if you're curious to how i did it, here it is. delay = 50000 'set to desirable delay for i = 1 to delay next i that keeps the...
JAGSOFT5@...
Send Email
Nov 21, 2004
10:11 pm
2685
... here it is. ... proper delay. sorry for my foolishness, but im not a very good programmer. That reminds me of the old Pascal CRT unit delay loop. It would ...
someone42_000
Offline Send Email
Nov 22, 2004
1:17 am
2686
... Don't apologize- You found a way to do it, so now you're one step closer to being a programmer ;-) Now let me suggest a better way. Your method depends...
Wayne Roderick
tetonsl
Offline Send Email
Nov 22, 2004
1:21 am
2687
OOPs- left something out :-( ... NowTime! = TIMER ... Wayne Roderick P.E. (EE) (ret) (NMRA life-1721) CEO, Teton Short Line, Pocatello Idaho, USA ...
Wayne Roderick
tetonsl
Offline Send Email
Nov 22, 2004
1:32 am
2688
Thanks for your help, guys. I had tried using the timer earlier but couldn't seem to get it working. The whole need for the delay sprung from the program...
JAGSOFT5@...
Send Email
Nov 22, 2004
5:05 am
2689
please unsubscribe ___________________________________________________________ Win a castle for NYE with your mates and Yahoo! Messenger ...
Vishal Gupta
hello_brt_977
Offline Send Email
Nov 23, 2004
12:23 pm
2690
Hello, everyone... I need to create a program that return CPU unique information, such as ... Number, LAN Card MAC Address, and BIOS Date. Is that anyone know...
hengky_milis
Offline Send Email
Nov 23, 2004
1:52 pm
2691
... Unfourtunately many of these questions can't be answered in a general case, except for the CPUID instruction. Don't be put off by it, however, CPUID...
someone42_000
Offline Send Email
Nov 25, 2004
3:41 am
2692
why? Vishal Gupta <hello_brt_977@...> wrote:please unsubscribe ___________________________________________________________ Win a castle for NYE with...
kasper ~ kaSp3R ~
kasper_220
Offline Send Email
Nov 26, 2004
3:13 am
2693
To unsubscribe, send an e-mail to qbasic-unsubscribe@yahoogroups.com...
someone42_000
Offline Send Email
Nov 26, 2004
7:51 am
Messages 2664 - 2693 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