Search found 318 matches

by sid6.7
Mon Jan 07, 2008 2:10 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Um, credit card genorator problem...
Replies: 23
Views: 60253

off hand i see one error here:

Code: Select all

verifacationnum$ = is2$ + is3$ + is4$ + is5$ + is6$ + at1$ + at2$ + at3$ + at4$ + at5$ + at6% + at7$ + at8$ + at9$ 
the at6% should be at6$ ?
by sid6.7
Wed Dec 26, 2007 12:45 am
Forum: News and Announcements
Topic: Qbasic Station down!?
Replies: 14
Views: 32131

BUMMER i like qb station.... :( :evil:
by sid6.7
Wed Dec 26, 2007 12:44 am
Forum: News and Announcements
Topic: Qbasic Station down!?
Replies: 14
Views: 32131

OY!!!!


I.E has a refresh button!!!


:lol:
by sid6.7
Thu Dec 20, 2007 1:29 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: first graphic based....game?
Replies: 11
Views: 20472

your last DO has no LOOP...how do you want it to go?
by sid6.7
Sun Dec 16, 2007 8:27 pm
Forum: Pete's QB Site News
Topic: Unauthorized Advertisement?
Replies: 3
Views: 32176

all better now...thanks
by sid6.7
Sun Dec 16, 2007 8:20 pm
Forum: Pete's QB Site News
Topic: Unauthorized Advertisement?
Replies: 3
Views: 32176

UHOH...looks like i missed one...i'm doomed to get fired now! :oops:

good catch though i'll see if coranto is working yet and nix that one...
by sid6.7
Mon Nov 19, 2007 4:12 pm
Forum: News and Announcements
Topic: Chronicles of Galia: The First Mission (New QB-Only game)
Replies: 6
Views: 19023

thats pertty good...all in qbasic you say?
by sid6.7
Sun Oct 21, 2007 11:40 pm
Forum: News and Announcements
Topic: Wiz (My Second Game)
Replies: 3
Views: 12253

.... ummm...not sure how far you have gone programming into your game and whether its DONE or just part way finished...might want to post that. 1. when i go in the rabbit hole the game turns off..."window closes" 2. when i try to go east the game turns off..."window closes" 3. wi...
by sid6.7
Wed Oct 17, 2007 10:30 pm
Forum: News and Announcements
Topic: QBasic Games Directory updated (on 17.10.2007) !
Replies: 1
Views: 8917

it can be a real pain to keep up a website i know, thanks for doing
this though for qbasic stuff.
by sid6.7
Sun Oct 14, 2007 6:50 pm
Forum: General Discussion
Topic: Influential QBasic Programs
Replies: 8
Views: 23787

old real time text dailup/mainframe game from the 70's ealry 80's... http://www.hp3000.empireclassic.com/ this is the newer graphic version image rather then text version... http://empire.sourceforge.net/images/JEC_Destroyers.jpg old images maps and units use to be in a grid format and alphanumeric....
by sid6.7
Sat Sep 29, 2007 9:05 pm
Forum: General Discussion
Topic: 3d Graphics
Replies: 6
Views: 14041

well in many cases they are not writing code from scratch alot of
this stuff has been done over and over they just take it and mod
it to fit the new program.

for QB there isn't many 3D games out there...you got to do all the work.


:twisted:
by sid6.7
Mon Sep 24, 2007 6:41 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with searching for words (for a data base)
Replies: 20
Views: 51002

Lee wrote:lmao, you dont understand my question =P what is the difference between .fil and .txt?

he was right....there is no difference i just named it that way cause i want to....you can give any file you want any extension you want...

.boo
.too
.you
.xyz
by sid6.7
Mon Sep 24, 2007 6:40 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with searching for words (for a data base)
Replies: 20
Views: 51002

the way you've done it if you dont find the record on the first try you close the file.....then you re-open and look at the first record again...an endless loop you need to close the file ONLY when you've FOUND the record... so if you dont find it you need to go read a new record..not close the file...
by sid6.7
Mon Sep 24, 2007 1:07 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with searching for words (for a data base)
Replies: 20
Views: 51002

here is the code that MONEO help me develop this part if the search/edit function of the DB program... OPEN "c:\wtools\db.fil" FOR INPUT AS #3 'now we ask which last name you want to look at for editing purpose LET foundsw = 0 'reset record found switch INPUT "enter last name you want...
by sid6.7
Sun Sep 23, 2007 6:48 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with searching for words (for a data base)
Replies: 20
Views: 51002

i made a simple database program called deebee here:

http://www.cruzan.info/comp/comp.html

if thats what you want...i'll go look up my old code..
by sid6.7
Sat Sep 22, 2007 8:52 pm
Forum: General Discussion
Topic: Computer Help
Replies: 8
Views: 20021

do the FDISK thingy as the very very very very very last resort...
by sid6.7
Sat Sep 15, 2007 4:21 pm
Forum: General Discussion
Topic: favorite game
Replies: 23
Views: 61463

slay, conquest, firefight, empire deluxe, metal knights, empire classic
(old) reach for the stars...
by sid6.7
Sun Sep 09, 2007 6:16 pm
Forum: News and Announcements
Topic: Palindromes
Replies: 8
Views: 22417

i've never understood the animosity towards GOTO and GOSUB they
work fine and the code looks fine if you document it well.

i of course am only looking for the text/data programs end i have no
idea how bad it would be for a graphic program.


maybe you can explain the evils in detail of GOTO/GOSUB?
by sid6.7
Sun Sep 09, 2007 6:10 pm
Forum: News and Announcements
Topic: Munshkin
Replies: 8
Views: 19891

well lucky for you your code is located at the place you
linked to in your first post ABOVE...you dont have to restart
all over....jusr go back in an apply the mods you did for 1.5....
by sid6.7
Sat Sep 08, 2007 9:39 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Bitmap help =)
Replies: 13
Views: 19240

Re: OMG plz plz plz help me before i go insane

OMG plz plz plz help me before i go insane It's times like this that I wish we had more moderators, ever since Z!re seems to have left... we have 2, what seems to be the problem? i thought it was rather funny.... :) really if you look back through the last 50 topics in each forum this is really the...