Search found 107 matches

by RayBritton
Wed Jan 04, 2006 8:59 am
Forum: General Discussion
Topic: Programmers
Replies: 17
Views: 33239

Programmers

Just wondering how many people here program for a living
by RayBritton
Mon Jan 02, 2006 5:43 am
Forum: QBASIC and QB64 Questions & Answers
Topic: printing
Replies: 20
Views: 30515

moneo, i meant type print or clicking a button, for a program
BTW i wasn't the person who orignally posted
by RayBritton
Thu Dec 01, 2005 8:14 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Using the function keys
Replies: 5
Views: 7603

to get all key codes check this tutorial http://www.petesqbsite.com/sections/tut ... ycodes.txt

but this should work

Code: Select all

key$=""

do
key$=inkey$
loop until key$<>""

if key$=CHR$(0) + CHR$(59) then CALL yoursub
by RayBritton
Tue Nov 08, 2005 10:57 am
Forum: QBASIC and QB64 Questions & Answers
Topic: sleeping
Replies: 19
Views: 28149

yea actually thats is a millions times better than for...next
by RayBritton
Wed Nov 02, 2005 11:13 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Memory Use
Replies: 2
Views: 4941

the limit is 640k to tell how run the program if it doesn't crash then you haven't used it all
by RayBritton
Tue Nov 01, 2005 9:46 am
Forum: General Discussion
Topic: TIMER Problems Cont
Replies: 3
Views: 7305

don't worry i fixed now
by RayBritton
Tue Nov 01, 2005 2:04 am
Forum: General Discussion
Topic: TIMER Problems Cont
Replies: 3
Views: 7305

sorry about that i posted the wrong version, an didn't give much explaination into whats going wrong. guichoice$ = "" Seconds! = 10 CurrentTime! = TIMER smoTIME! = CurrentTime! + Seconds! WHILE CurrentTime! + Seconds! > TIMER OR turncomplete = 1 OR guichoice$ <> "" guichoice$ = I...
by RayBritton
Mon Oct 31, 2005 5:03 pm
Forum: General Discussion
Topic: TIMER Problems Cont
Replies: 3
Views: 7305

TIMER Problems Cont

I have this so far: guichoice$ = "" Seconds = 60 CurrentTime! = TIMER LOCATE 1, 1 WHILE CurrentTime! + Seconds! > TIMER OR turncomplete = 1 OR guichoice$ <> "" guichoice$ = INKEY$ LOCATE 1, 1 'PRINT TIMER; "T:"; CurrentTime! + Seconds! WEND but now nothing i press anyth...
by RayBritton
Sat Oct 29, 2005 6:13 am
Forum: General Discussion
Topic: Your favorite search engine...
Replies: 30
Views: 59548

I did a quick test: ---------------Test 1-----Test 2----Test 3 Google---------*-----------2---------* Pillage----------2----------2----------3 Dogpile---------1----------2----------3 Yahoo----------1-----------1---------3 sorry about the -'s but the spaces go somewhere This my site rankings NB-petes...
by RayBritton
Wed Oct 26, 2005 2:50 am
Forum: QBASIC and QB64 Questions & Answers
Topic: I need help...literally
Replies: 13
Views: 16487

i can't help you but generally at this site (and probably most others) you will not get any help with homework
by RayBritton
Fri Oct 21, 2005 4:06 am
Forum: QBASIC and QB64 Questions & Answers
Topic: ISAM
Replies: 4
Views: 7490

ok thanks
by RayBritton
Thu Oct 20, 2005 8:10 am
Forum: QBASIC and QB64 Questions & Answers
Topic: ISAM
Replies: 4
Views: 7490

ISAM

Is ISAM worth learning for databases
by RayBritton
Wed Oct 19, 2005 2:13 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: curved and oblique lines
Replies: 9
Views: 12370

about 5000 by 5000 pixels should do for a perfect circle
by RayBritton
Thu Oct 13, 2005 9:10 am
Forum: QBASIC and QB64 Questions & Answers
Topic: check for file existence and then condition statement
Replies: 30
Views: 42326

thanks i was struggling with that part too
by RayBritton
Thu Oct 13, 2005 7:25 am
Forum: QBASIC and QB64 Questions & Answers
Topic: check for file existence and then condition statement
Replies: 30
Views: 42326

Hi - this works: CLS CHDIR "c:\" a$ = "readme.txt" b$ = DIR$(a$) b$=lcase$(b$) IF b$ = "readme.txt" THEN deleteit = 1 IF deleteit = 1 THEN SHELL "DEL readme.txt"'if you put /y it says invaild switch PRINT "Deleted" ELSE PRINT "Nothing found"...
by RayBritton
Sun Sep 18, 2005 8:13 am
Forum: General Discussion
Topic: Resurrected...
Replies: 15
Views: 25688

really i don't mind
by RayBritton
Sun Sep 18, 2005 1:49 am
Forum: General Discussion
Topic: Resurrected...
Replies: 15
Views: 25688

happy birthday to her, would i be able to download it please it looks cool
by RayBritton
Sat Sep 17, 2005 2:24 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Speed problems
Replies: 15
Views: 17677

i don't want to speed it up, i want to replace a=a+1 with something that will work indepent of the speed of the cpu
by RayBritton
Fri Sep 16, 2005 11:00 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Speed problems
Replies: 15
Views: 17677

unforunatly i will be gone for a few days
by RayBritton
Fri Sep 16, 2005 1:10 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Speed problems
Replies: 15
Views: 17677

no i compile the program because other might not have qb