Search found 155 matches

by Sinuvoid
Tue Dec 25, 2007 7:47 pm
Forum: News and Announcements
Topic: Qontest 1 - Create a Crossword creator
Replies: 12
Views: 26863

Not conquest. Contest = Qontest :D
by Sinuvoid
Tue Dec 25, 2007 7:10 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Libraries
Replies: 12
Views: 19761

K thanks Burger. btw, are you by any chance related to ted felix?
by Sinuvoid
Tue Dec 25, 2007 5:28 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: COLOR for screen 13
Replies: 16
Views: 21506

No, Lee is myself...?
by Sinuvoid
Tue Dec 25, 2007 4:39 pm
Forum: News and Announcements
Topic: Qbasic Station down!?
Replies: 14
Views: 32137

Qbasic Station down!?

http://www.qbasicstation.com/index.php?c=t_adv

try that link and tell me if you connect
by Sinuvoid
Tue Dec 25, 2007 3:55 pm
Forum: News and Announcements
Topic: Qontest 1 - Create a Crossword creator
Replies: 12
Views: 26863

Alrighty :P
by Sinuvoid
Tue Dec 25, 2007 8:28 am
Forum: News and Announcements
Topic: Qontest 1 - Create a Crossword creator
Replies: 12
Views: 26863

Um, I was asking for help... do you actually READ the posts someone submits or just say random mean stuff? :P
by Sinuvoid
Tue Dec 25, 2007 8:27 am
Forum: QBASIC and QB64 Questions & Answers
Topic: COLOR for screen 13
Replies: 16
Views: 21506

Hm, you guys must really hate each other xD
by Sinuvoid
Mon Dec 24, 2007 3:06 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Libraries
Replies: 12
Views: 19761

You should be able to just "Make Library" on that code. Now all you would have to do is create and '$INCLUDE a .bi for it that contains the DECLAREs, unless you want to put them at the top of the source code that's going to use the library. And again, don't forget the /l switch. Explain t...
by Sinuvoid
Mon Dec 24, 2007 3:00 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Libraries
Replies: 12
Views: 19761

Um, can you explain the last bit just a bit more? Im still kinda stumped :?
Thanks anyways :D
by Sinuvoid
Mon Dec 24, 2007 2:47 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: COLOR for screen 13
Replies: 16
Views: 21506

I think Ill go with Nod's for learning experience :P
by Sinuvoid
Mon Dec 24, 2007 2:46 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Libraries
Replies: 12
Views: 19761

UH, that doesnt help :? I meant't creating QB libraries and using them. Heres my code if it helps... DECLARE SUB Popup (A AS INTEGER, B AS INTEGER, c AS INTEGER, d AS INTEGER, text AS STRING, x AS INTEGER, y AS INTEGER) DECLARE SUB Textbox (A AS INTEGER, B AS INTEGER, c AS INTEGER, d AS INTEGER, tex...
by Sinuvoid
Mon Dec 24, 2007 12:13 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Libraries
Replies: 12
Views: 19761

Libraries

How do I:

1.Create them

2. Use them

Ive looked at tutorials and they all seem to be saying different things :?
by Sinuvoid
Mon Dec 24, 2007 9:59 am
Forum: QBASIC and QB64 Questions & Answers
Topic: COLOR for screen 13
Replies: 16
Views: 21506

COLOR for screen 13

I need to change the backround color of the text, but QB doesn't let you do this in screen 13. is there a way around this?
by Sinuvoid
Mon Dec 24, 2007 7:44 am
Forum: News and Announcements
Topic: Qontest 1 - Create a Crossword creator
Replies: 12
Views: 26863

Qontest 1 - Create a Crossword creator

Welcome to the first Qontest! (Mean't to be spelled that way) This is a contest for both newbies and experienced Qbasic programmers. Your first objective is the subject above. Post your programs in this thread and I will judge them.
Deadline - 1 week.

Goodluck to all! :D
by Sinuvoid
Fri Dec 21, 2007 2:28 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Putting variables in the DRAW command.
Replies: 20
Views: 26090

Function? How is that going to make a differenc form doing it in teh main moduel?
by Sinuvoid
Fri Dec 21, 2007 2:22 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Putting variables in the DRAW command.
Replies: 20
Views: 26090

Ok, but I think the PALETTE command is going to fix my problem. Thanks! And yeah Ill start a new thread next time :P
by Sinuvoid
Fri Dec 21, 2007 1:46 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Putting variables in the DRAW command.
Replies: 20
Views: 26090

Yeah I got my answer,but I found a better solution and jsut use LINE. (Im making a library with buttons and text boxes etc.) But im having another problem and its with the COLOR and LOCATE command. When I type CLS SCREEN 13 LOCATE 2,5 COLOR 15,12 PRINT "Test" it brings a a popup saying COL...
by Sinuvoid
Fri Dec 21, 2007 12:45 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Putting variables in the DRAW command.
Replies: 20
Views: 26090

Nice Humor guys :P
by Sinuvoid
Thu Dec 20, 2007 4:12 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Putting variables in the DRAW command.
Replies: 20
Views: 26090

Ok, don't go crazy people xD
by Sinuvoid
Thu Dec 20, 2007 7:51 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Putting variables in the DRAW command.
Replies: 20
Views: 26090

Because they dont include "$" :P Thanks for noticing anyways :)