Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: KenshinHimura
  • Content: Threads
  • Order by date
  1. KenshinHimura

    Graphics Compression

    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...
  2. KenshinHimura

    COLOR

    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...
  3. KenshinHimura

    256x256x256 Mode Q

    Does ne1 know how to get this in qbasic?
  4. KenshinHimura

    Palette

    Is there a way for the RGB values to range from 0 - 255 in Qbasic? And how do you change the palette in SVGA modes?
  5. KenshinHimura

    Screen 12 drawing graphics

    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 :-)
  6. KenshinHimura

    byte by byte from file

    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...
  7. KenshinHimura

    Integers

    Is there any possible way to get unsigned integer in qbasic. Or basically any other data type that is exactly 16-bits without negative numbers?
  8. KenshinHimura

    Library subs and functions

    Would there be any way too let the user use a command and omit some arguments like qbasic's original commands do?
  9. KenshinHimura

    Decimal ----> Binary Decimal <-------- Binary

    I need help making a function that converts decimal to binary and vice versa.
  10. KenshinHimura

    DIMing

    I need some help i need too DIM an array that has a 65535 subscript. Is there any possible way too pass the usual DIMing limit (32676 I think it is)?
  11. KenshinHimura

    Making your own library?

    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...
  12. KenshinHimura

    rundll32 user32.dll,EndTask

    How would i get that to end a task?
  13. KenshinHimura

    DOS DLL

    Is it possible to use dll functions in DOS? Like mmsytem functions (thats mainly the one i want...multimedia functions that is).
  14. KenshinHimura

    INTERRUPT, INTERRUPTX, CALL ABSOLUTE

    can someone give me some examples on or tell me how these functions work and how to use them plz? :-)
  15. KenshinHimura

    QBASIC Commands detailed

    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...
  16. KenshinHimura

    DEF SEG ADDRESSES

    I was wondering what the DEF SEG = &HFFA6 is pointing to? And also could you tell me more useful memory addresses. Any would be fine. THX :-)
  17. KenshinHimura

    read keyboard input b4 windows does

    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.
  18. KenshinHimura

    Plasma

    I'm trying to get a plasma graphic affect in qbasic. Does ne1 know how to do this?
  19. KenshinHimura

    color to b & w

    how would you change color to black and white?
  20. KenshinHimura

    DLL Functions

    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...

Part and Inventory Search

Back
Top