I need to print the image i have drawn in a picture box. My program is
create an application similar to paint in windows, I used picture box
as the area to draw. Now after completing the work i need that picture
to be printed. Can any one tell me how to send the picture data to
printer??
> I need to print the image i have drawn in a picture box. My program is
> create an application similar to paint in windows, I used picture box
> as the area to draw. Now after completing the work i need that picture
> to be printed. Can any one tell me how to send the picture data to
> printer??
Have you tried the PrintDocument and (for the settings) the PrintDialog
controls?

Signature
Roger Frost
"Logic Is Syntax Independent"
vicky87.eie@gmail.com - 12 Mar 2008 09:38 GMT
ya i found that already :) Thanks a lot :) :)