Search found 155 matches

by Sinuvoid
Thu Jan 10, 2008 4:05 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Um, credit card genorator problem...
Replies: 23
Views: 62041

Is anyone gonna delete this thread now >_>

EDIT: Yeah Mac, that was the purpose. To create a card number and see if it was valid. Thats it,Thats all. :P
by Sinuvoid
Wed Jan 09, 2008 8:36 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Um, credit card genorator problem...
Replies: 23
Views: 62041

I was only doing this for LEARNING PURPOSES,quote "The purpose of this post is *not* to create fraudulent workable card numbers." and thus it also says that on teh webpage. But its alright if you guys dont trust me :P btw,Its the anatomy of a credit card, what else was on that page that wa...
by Sinuvoid
Wed Jan 09, 2008 7:46 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Shrink resolution screen
Replies: 5
Views: 8433

Ok, so I guess Im screwed :P thanks burger. :)
by Sinuvoid
Wed Jan 09, 2008 7:26 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: IMAGE - TEXT?
Replies: 18
Views: 22197

LMAO, first it was Queen, now itch XD. I now nominate YOU as the,"Arse Lord" :P
by Sinuvoid
Wed Jan 09, 2008 7:15 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Shrink resolution screen
Replies: 5
Views: 8433

It gives me an Illegal Function call error. And I dont know what could be causing it. And when it DOES work, it does nothing.

heres my code...

Code: Select all

CLS
SCREEN 13
WINDOW (1,1)-(50,50)
by Sinuvoid
Wed Jan 09, 2008 6:20 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Shrink resolution screen
Replies: 5
Views: 8433

Thanks man :D
by Sinuvoid
Wed Jan 09, 2008 5:26 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Shrink resolution screen
Replies: 5
Views: 8433

Shrink resolution screen

Ok, example screen 13. You know how it fills up teh WHOLE screen? Well is there a way to shrink it to a window?
by Sinuvoid
Wed Jan 09, 2008 4:39 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: IMAGE - TEXT?
Replies: 18
Views: 22197

xD
by Sinuvoid
Wed Jan 09, 2008 4:19 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: IMAGE - TEXT?
Replies: 18
Views: 22197

ok, I get whats you's are saying, and im sorry :) But what I asked on THIS topic was how would I go about creating a image to ASCII converter. The only one who got ht equestion was Mclouth :P But thanks for pointing out m yflaw in my question though :)
by Sinuvoid
Tue Jan 08, 2008 6:34 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Um, credit card genorator problem...
Replies: 23
Views: 62041

lmao, Scotty's answer seems to be the only right one. But I need to guys to look over my code and see if it should do what its supposed to do. But other than that I don't know how you guys are going to help :? Thats as close as I can get of telling you guys the problem :? And the onyl way to get the...
by Sinuvoid
Tue Jan 08, 2008 4:13 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: IMAGE - TEXT?
Replies: 18
Views: 22197

Whoa,ok that's something new :P

btw,this is a help forum,why would you give up on people who are asking for help?!?! :?
by Sinuvoid
Tue Jan 08, 2008 4:08 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Um, credit card genorator problem...
Replies: 23
Views: 62041

Ugh...CAN YOU JUST PLEASE READ THE WEB PAGE I POSTED PLEASE? That may help you understand what's being ask :)
by Sinuvoid
Mon Jan 07, 2008 7:34 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Libraries
Replies: 12
Views: 19817

Um still dont really get it on using the library :?
by Sinuvoid
Mon Jan 07, 2008 6:55 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: IMAGE - TEXT?
Replies: 18
Views: 22197

kk thanks clouth 8)
by Sinuvoid
Mon Jan 07, 2008 2:37 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: IMAGE - TEXT?
Replies: 18
Views: 22197

Well, BMP would be easiest. But PNG would be the best (maybe also GIF)
by Sinuvoid
Mon Jan 07, 2008 2:26 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: IMAGE - TEXT?
Replies: 18
Views: 22197

LMAO! Nice one :P All I asked is how would I go about turning Images into ASCII, if it was a problem I'd tell yeahs :D
by Sinuvoid
Mon Jan 07, 2008 2:24 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Um, credit card genorator problem...
Replies: 23
Views: 62041

Yeah sid :P Ok, the ONLY way to understand what Im trying to do is to read the web page i put up. what its doing is taking 14 digits and randomizing them. then multiplying them by 2 and if any come out as a double digit then I tell it to split them and add them together. then i tell it to add all th...
by Sinuvoid
Mon Jan 07, 2008 12:48 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Um, credit card genorator problem...
Replies: 23
Views: 62041

Um, credit card genorator problem...

IM trying to make a credit card genorator with qbasic for my bank program and its not working AT ALL. I ahve no idea what to do anymore. Heres my code and the site for details. http://www.thetaoofmakingmoney.com/2007/04/12/324.html CLS RANDOMIZE TIMER issuer1 = 4 issuer2 = INT(RND * 9 + 1) * 2 i2$ =...
by Sinuvoid
Mon Jan 07, 2008 12:42 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: IMAGE - TEXT?
Replies: 18
Views: 22197

IMAGE - TEXT?

How would I go about doing that?
by Sinuvoid
Thu Dec 27, 2007 3:41 pm
Forum: News and Announcements
Topic: Qontest 1 - Create a Crossword creator
Replies: 12
Views: 27309

I have coding experience ted. I've already created a 2 databases and a mini game already. Most of my problems are related around converting stuff and screen problems. I am currently working on a valid credit card number generator for a bank program I'm working on. I'd say that's pretty good for an i...