Search found 155 matches

by Sinuvoid
Sun Dec 09, 2007 11:11 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Command prompt problem (SHELL)
Replies: 9
Views: 15024

Hey, sorry burger...Actually Im still having the problem...I tried that batch file technique but still no cigar...Can you please help me?
by Sinuvoid
Fri Dec 07, 2007 9:43 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Command prompt problem (SHELL)
Replies: 9
Views: 15024

Yeah figured out the problem...I had the variable turning back into a 0 and not 1...but that batch file idea will help probably one day :P
by Sinuvoid
Thu Dec 06, 2007 8:02 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Command prompt problem (SHELL)
Replies: 9
Views: 15024

Command prompt problem (SHELL)

Ok guys, another problem. When my command prompt command runs it give me a bad command or file name error. and the stynax and file are both completely right. heres the code. (PS. name 4 files like the ones in the code to get teh same results as me) DECLARE SUB Stopp () 'Actor database of ZSO DEFINT ...
by Sinuvoid
Sun Dec 02, 2007 1:48 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Trying to get a Battleship Program ASAP
Replies: 29
Views: 38494

And try using SCREEN 7 :P
by Sinuvoid
Thu Nov 29, 2007 12:53 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Problem with program...
Replies: 23
Views: 29079

Ah, how can i reduce print statements? And why is it when i run it in EXE form it slows down my WHOLE computer but lots... will try to amek code smaller by adding "?"'s instead of print.
by Sinuvoid
Tue Nov 27, 2007 4:54 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Problem with program...
Replies: 23
Views: 29079

how can i make my code faster as well?
by Sinuvoid
Sat Nov 24, 2007 3:16 pm
Forum: Pete's QB Site News
Topic: QB Express #26 Deadline: November 24th
Replies: 37
Views: 164905

alrighty, i finished and just sent it, i didnt spell measly right so dont criteze me for it :D
by Sinuvoid
Sat Nov 24, 2007 2:58 pm
Forum: Pete's QB Site News
Topic: QB Express #26 Deadline: November 24th
Replies: 37
Views: 164905

OK pete im working on an artical right now about is the QB community dying. ITs 3 and please tell me if its too late now... Will be done in 30 min =D
by Sinuvoid
Sat Nov 17, 2007 10:51 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Problem with program...
Replies: 23
Views: 29079

ok that may help. The delay thing will help a bit.
by Sinuvoid
Fri Nov 16, 2007 1:58 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Problem with program...
Replies: 23
Views: 29079

Whoa?? Gotta be more descriptive with me heh...
by Sinuvoid
Fri Nov 16, 2007 10:26 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Problem with program...
Replies: 23
Views: 29079

ok, ive tried a bunch of things to make a "highlight" menu. but no luck. can you please take my code and put one in? thanks :) DECLARE SUB TEXT (a AS INTEGER, b AS INTEGER, C AS STRING) 'A database of Souylsin DEFINT A-Z CLS Wbackround: FOR i = 1 TO 3 COLOR 15, 12 TEXT 15, 20, "Loadin...
by Sinuvoid
Fri Nov 16, 2007 7:47 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Problem with program...
Replies: 23
Views: 29079

Um wanna explain the code to me? Might help a bit, but i need the locate so the string appears in the middle of the screen, and not a 1,1. Know what I mean? Ill show you a update of my code shortly, maybe in like 10minutes. EDIT:How would I be able to turn this into a sub? find: OPEN file$ FOR INPUT...
by Sinuvoid
Fri Nov 16, 2007 7:01 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Problem with program...
Replies: 23
Views: 29079

Ok, thanks for the tip :) so thats how sub's work eh? Its like putting 2 commands together...AWESOME!
by Sinuvoid
Thu Nov 15, 2007 4:03 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Problem with program...
Replies: 23
Views: 29079

now how can I make my program faster? Ill post the code.... 'Actor database of ZSO DEFINT A-Z CLS Wbackround: FOR i = 1 TO 30 COLOR 15, 12 LOCATE 15, 20 PRINT "Loading, Please wait." FOR b = 1 TO 3000 NEXT b CLS LOCATE 15, 20 PRINT "Loading, Please wait.." FOR C = 1 TO 3000 NEXT ...
by Sinuvoid
Thu Nov 15, 2007 8:12 am
Forum: Pete's QB Site News
Topic: QB Express #26 Deadline: November 24th
Replies: 37
Views: 164905

Hey Pete, Ill try to make up a tutorial on how to make a database but thats all I can think of contributing :?
by Sinuvoid
Thu Nov 15, 2007 7:18 am
Forum: QBASIC and QB64 Questions & Answers
Topic: How to change icon at top left corner and name?
Replies: 3
Views: 6332

ok nvm my plan didnt work...I used the SHELL "Title something" but didnt work.
by Sinuvoid
Wed Nov 14, 2007 5:44 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: How to change icon at top left corner and name?
Replies: 3
Views: 6332

How to change icon at top left corner and name?

How do I? I have an idea for the name...but the icon I have no idea...
by Sinuvoid
Tue Nov 13, 2007 4:23 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Problem with program...
Replies: 23
Views: 29079

Yup, that was the probelm that i complied it with BRUN45.exe... but then i did it again to be a stand alone, Thanks! :D
by Sinuvoid
Tue Nov 13, 2007 3:52 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: How to mix Shell commands with variables?
Replies: 9
Views: 12379

Thanks, I got it working anyways with the line of code you gave me =)
cmd$ = "FIND /I " + CHR$(34) + sactname$ + CHR$(34) + " Actordat.txt"
That was what I was EXACTLY looking for =)
Now read my next post and help me out please XD
by Sinuvoid
Tue Nov 13, 2007 3:50 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Problem with program...
Replies: 23
Views: 29079

You dont know what I mean, do you? LOL
I mean I complied my QB program into a EXE, but when I run it, it gives me that message. Understand or is it me that doesnt understand XD