Search found 6 matches

by XMLTorrent
Sat Sep 02, 2006 3:35 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Problem Using DirectQB Library Manager
Replies: 3
Views: 6624

Thanks for the help with that one. I didn't know how to do do that.
by XMLTorrent
Fri Sep 01, 2006 11:52 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Problem Using DirectQB Library Manager
Replies: 3
Views: 6624

Problem Using DirectQB Library Manager

I found out about the DirectQB Library and I decided that I'd give it a try. I figured that it might alleviate some of the SVGA stress until I'm fully capable to understand how to code for it myself. Now it says that I need to run the DirectQB Library Manager. Well this comes as a BAS file that you ...
by XMLTorrent
Fri Sep 01, 2006 11:38 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Making Images Straight from the Palette
Replies: 2
Views: 4996

Thanks a lot. That's exactly what I wanted. I apologize for the "un-clarity" of my post. I was trying to say what I wanted and it came out completely different. :o
by XMLTorrent
Thu Aug 31, 2006 8:48 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Making Images Straight from the Palette
Replies: 2
Views: 4996

Making Images Straight from the Palette

Okay I know about the OUT command and the hexadecimal addresses for reading and writing to the palette. My question is since mode 13 is 256 color mode and those stupid standard DOS colors only go to 16, is there anyway for me to extract the RGB colors from the palette, store the colors in an array, ...
by XMLTorrent
Thu Aug 31, 2006 8:44 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: I'm having a bit of a problem
Replies: 14
Views: 23436

I just looked up the function of that keyword and quite frankly, I think it's the most useless keyword in the entire language.

But thanks for the help on that one. That was stumping me.
by XMLTorrent
Tue Aug 29, 2006 1:46 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: I'm having a bit of a problem
Replies: 14
Views: 23436

I'm having a bit of a problem

Hey all. I'm new here and I have a question. Before I begin, I want to say that I'm using QB4.5. Now I've been reading tutorials all day and I've been reading about the TYPE keyword. I was typing in some code from a tutorial and it said something like this: TYPE SpellsType Name AS STRING * 20 'More ...