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 SkipVought 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: GuyZana
  • Order by date
  1. GuyZana

    SVGA - how to read pixel color?? ATI adapter

    Thanks bertv100 and thanks amkG, i don't know what you meant could you give an example bye
  2. GuyZana

    convert ascii to decimal

    char a=40; printf("%d",a); // will print 40 printf("%c",a); // will print '/' or printf("%d",'/'); // will print 40 printf("%c",'/'); // will print '/'
  3. GuyZana

    SVGA - how to read pixel color?? ATI adapter

    anyone knows a good svga programming site with c for Dos?
  4. GuyZana

    SVGA - how to read pixel color?? ATI adapter

    i'm doing a software (17,000 lines untill now) that works in SVGA 800x600 256 colors mode (using banks) and i need to save the background and than drawing it back again, i made the algorithem for saving the background (if you want it notify me) anyway, my problem is this: i need to read a pixel...
  5. GuyZana

    How to read pixel color (DOS)? ATI adapter

    hi all, it's me again, i thought that after i posted my first message i will be fulled with answers from you and than i will solve my problem, well it didn't happen so i will describe again my problem, this time in details: well, i'm doing a software (17,000 lines untill now) that works in SVGA...
  6. GuyZana

    hot to read a pixel color from screen (banks)?

    Please let me know i defined 800x600 Svga 256 colors mode. Thanks, Guy Zana
  7. GuyZana

    How to read pixel color?

    i posted the first thread, i meant: how to read a pixel color from the screen?
  8. GuyZana

    How to read pixel color?

    I'm using 256 colors so it's one byte per pixel
  9. GuyZana

    How to use the Ctrl?

    Hello my friend, I'm programming now a little software in C for dos, i need to know how to do these things: 1. i'm using biokey() to read a key that pressed but instead for waiting for a key i'm reading a key whenever a key is pressed: like this: if (bioskey(1)) key = bioskey(0)...
  10. GuyZana

    How to read pixel color?

    how to read a pixel color? i defined svga 600x800 mode Thanks from advanced, Guy Zana
  11. GuyZana

    Wav & mouse toghether???

    Hello my friend, I'm programming now a little software in C for dos, i need to know how to do these things: 1. i'm using biokey() to read a key that pressed but instead for waiting for a key i'm reading a key whenever a key is pressed: like this: if (bioskey(1)) key = bioskey(0)...

Part and Inventory Search

Back
Top