Printing picture using PaintPicture method
Hi chaps and chapesses,
I have a picturebox on the screen that i load with a picture. I use Bitstretch and bitblt to modify the image and then print it to the printer.
Why then do i get the original image printed and not the modified image (as the picture on the screen is the modified one)?
Any help would save me from insanity,
Cheers peeps
What to do while printing a whole form
hey Blob just read ur posts... seems u can help me out with a prob.... i m usin stretchBlt for printing a portion of a picture into another one... but the thing is that i have to print the whole form... how do i specify that the "Me.PrintForm" takes the image property of the picture box rather than picture....
plz help me out with this...
lookin forward
ya here goes the description
c friend 1st of all thxn a lottt 4 ur concern... its perfectly all right 2 reply a bit late, every1 has got their own stuff 2 do... neway...
i ve written an application with 2 forms, one of which is the main form (frmMain) n the other 1 (frmPrint) is meant for printing in a specific format. i pass all the info and parameters to the frmPrint alongwith a picture and its portions using the stretchBlt function... When the frmPrint gets printed, all the fields are printed except the portions painted using the stretchBlt... these areas are left blank (white) on the printout.... if u r still not clear i can send u the code as well
regards