Yeah I'm making graphics in SCREEN 13. The tiles are all going to be 32x30x256 so 32 pixels wide, 30 pixels long and each pixel has a possibility of 256 different colors. Do you know of any good compression techniques that would work specifically with this kind of arrangment? Could you tell some...
After a whole mess of testing it seems that in &H1C96 in qb45 is the number stored for the color in the PRINT statement. Could some people test this out for me and see if it works in their version of qb and on their computer? It only works for SCREEN 0 and is a little faster than the COLOR...
How would you do that? All I get is white pixels put randomly when I use the method of drawing pixels in screen 13. I know why that happens and all, but then how would you draw graphics using the memory at A000:0000. Are the colors stored somewhere else in memory? thx :-)
Could someone tell me how I would read a file byte by byte?
The file would be like "wgfggert$%#%23r4s" and I want to read it byte by byte so instead of getting the whole string on each line put into a variable I want each byte of it to be put into different variables.
Like i would read from it...
I would like to make my own library without using asm. Just like a bunch of qbasic commands would be executed with one function. I don't want to use subs either. I've read radiohands tutorial on how to make your own library but that only explains how to do it in asm. Does the OBJ file that...
Does anyone know where I can fin extremely detailed qbasic commands. I mean how they work in everything since the qb help file only tells you how to use them. For example PSET changes the values in video memory. If there is no site then could you explain in detail some commands to me and the...
Is there a way to read the keyboard input b4 it passes thru windows and then to DOS. Maybe by using the BIOS or something. I either just want to read it or disrupt it so that it doesn't get to windows and perform functions. like the windows key or ctrl-alt-del. Any help would be great thx.
does anybody know any dll functions? I'm looking for a way to control the task manager or find a way to tell the running tasks. Does anyone know how? I'm also looking for any other dll commands. And can you use dll commands that need to have one or more input value? Like,
SHELL "rundll...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.