Search:

Type: Posts; User: simtron

Search: Search took 0.00 seconds.

  1. Replies
    34
    Views
    6,654

    Poll: AMSTRAD CPC 6128 about '88 i think the 128...

    AMSTRAD CPC 6128 about '88 i think
    the 128 means 128k of memory WOOT :p
  2. Replies
    5
    Views
    2,058

    Hit A Brick Wall

    Hi Again , I've recoded the program to use gdi+, but i get some weird behaviour when i print out the image. Im using the drawimage method of the graphics class to send it to the printer, but when it...
  3. Replies
    5
    Views
    2,058

    Thanks again novacain, Ive been reading up on...

    Thanks again novacain, Ive been reading up on this gdi+ and it makes things a whole lot easier, reckon I can do the same as above in about 10 lines of code. And I thought I'd have to decode the jpeg...
  4. Replies
    5
    Views
    2,058

    Sorted . got image to print out on my printer

    Thanks novacain. :)
    I realised the error in my code. This line

    StretchDIBits(hdc,
    should be like this

    StretchDIBits(printer_ptr.pDC,

    I also rewrote the program using the methods you...
  5. Replies
    5
    Views
    2,058

    Help with Printing BMPs

    Hi there, Im trying to make a program that takes in a filename of a bmp and then prints out the BMP on a printer selected by the user. Below is the code I have written so far, and when I run it, it...
Results 1 to 5 of 5