Search found 107 matches

by Kyle
Wed Oct 26, 2005 2:22 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Listing of inkey$ codes
Replies: 24
Views: 31219

there should be a sleep: after the do:.
by Kyle
Wed Oct 26, 2005 3:59 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Listing of inkey$ codes
Replies: 24
Views: 31219

matt2jones wrote:

Code: Select all

do :A$ = right$(inkey$,1):print A$,asc(A$):loop until A$ = chr$(27)
He just did show you..
by Kyle
Tue Oct 25, 2005 5:07 pm
Forum: General Discussion
Topic: Rattrapmax6 is on the verge of 1000 posts!
Replies: 25
Views: 47033

It's pollute! POLLUTE I SAY!


:P
by Kyle
Tue Oct 25, 2005 5:05 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Listing of inkey$ codes
Replies: 24
Views: 31219

matt2jones wrote: PS: When your making cos and sin look up tables do you copy and past in a list of 720

C!(0) = 1:S!(0) = 0....

Or do you type in the formula and get the computer to work it out for you?
Matt, a very good point. :)
by Kyle
Tue Oct 25, 2005 10:32 am
Forum: Pete's QB Site News
Topic: QB Express Article Requests
Replies: 140
Views: 631977

1. GetWeb wasn't third-party

2. I think he was referring to the DOS TCP/IP routines Sebastian Mate wrote after GIMI.
by Kyle
Mon Oct 24, 2005 11:30 am
Forum: General Discussion
Topic: QB Express #15 Submissions
Replies: 47
Views: 72733

No problem. In your own time :)
by Kyle
Mon Oct 24, 2005 6:43 am
Forum: Pete's QB Site News
Topic: Editing Submitted Files
Replies: 16
Views: 36782

there*



....



:D
by Kyle
Sun Oct 23, 2005 2:32 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: List of few basic questions
Replies: 24
Views: 25856

Thanks for the quote :D
by Kyle
Fri Oct 21, 2005 8:35 am
Forum: General Discussion
Topic: QB Express #15 Submissions
Replies: 47
Views: 72733

winfont.bas? You must be looking at the code in the windoze\ directory. Don't - that's the original Windoze source, which Edge is based on. winfont.bas isn't needed anymore.
by Kyle
Fri Oct 21, 2005 7:53 am
Forum: General Discussion
Topic: QB Express #15 Submissions
Replies: 47
Views: 72733

I couldn't send it to you, so it's here:

http://fileanchor.com/6840-d

That's the whole shebang, so it should run.
by Kyle
Thu Oct 20, 2005 1:14 pm
Forum: General Discussion
Topic: QB Express #15 Submissions
Replies: 47
Views: 72733

Mystik, if you want screenshots of Edge, they are here:

http://www.mcinnes.uk.net/kyle/gallery/ ... dir=./edge

No download, unless you want the 90kb source :)
by Kyle
Thu Oct 20, 2005 1:10 pm
Forum: News and Announcements
Topic: ASCII Painter/Picture Lab 1.0
Replies: 6
Views: 15392

Why don't you save the images in a binary format (using corresponding characters for 0-255 instead of just writing the number). You'd cut down the file sizes a fair bit.
by Kyle
Mon Oct 17, 2005 3:36 pm
Forum: General Discussion
Topic: Hi!
Replies: 16
Views: 22924

You might wanna try

www.freebasic.net

instead :)
by Kyle
Thu Oct 13, 2005 12:49 pm
Forum: Pete's QB Site News
Topic: Spammers
Replies: 51
Views: 106808

by Kyle
Mon Oct 10, 2005 12:50 pm
Forum: News and Announcements
Topic: xtrGRAPHICS has ....
Replies: 4
Views: 11986

Get rid of the stupid static background, it slows the pages down :)
by Kyle
Thu Oct 06, 2005 4:11 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Navigation program
Replies: 9
Views: 11036

You're also about 13 :)
by Kyle
Wed Oct 05, 2005 3:45 pm
Forum: General Discussion
Topic: Join the Linux Revolution!
Replies: 217
Views: 2129785

You seem to hate C, yet I doubt you have ever coded in it for more than 10 minutes.
by Kyle
Wed Oct 05, 2005 2:48 pm
Forum: General Discussion
Topic: If QB was human...
Replies: 24
Views: 32420

QB is a girl, but FB would be a bloke :)
by Kyle
Tue Oct 04, 2005 11:11 am
Forum: General Discussion
Topic: Whats everybody up to?
Replies: 17
Views: 30531

Starting my ASCII RPG, redesigning my website, thinking about restarting my old QB GUI, messing about in FB.

That should do it for now :)
by Kyle
Mon Oct 03, 2005 4:12 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Rounded Rectangles?
Replies: 7
Views: 11507

You forgot GOTO :D