Click here to Skip to main content
15,887,821 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
hi i am a newbie to programming, i am using vs 2010. I have a windows form with a background image. And i have some label on that with will be changing as per the previous form
I want to print that form with labels on that.
How can i do that? I have seached a lot but all thing i find is coding and lots of coding. Can i reduce the coding with .net feature printdialog and other tools?
Thanks in advance
Posted
Comments
lukeer 12-Nov-12 4:16am    
Short answer: No, even with PrintDialog[^] you will have to write code.

How often will you need this? For a one time action, you could store the screen in clipboard with a key combo (Alt + PrtScrn or the like) and print the image from your favourite image viewer.
shaikh-adil 12-Nov-12 10:37am    
nope bro i am making a data entry project so i am need is permanent printing. I dont want to print from image viewer. Can you help me

1 solution

see below link

http://www.eggheadcafe.com/community/aspnet/3/10089954/cannot-print-background-image.asp
 
Share this answer
 
Comments
shaikh-adil 12-Nov-12 10:35am    
i am doing my project in windows form not asp page

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900