Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi everyone,
I saved an image in sql database and i want to print it on manual part of page (use coordinates), how can i do it?

thanks
Posted
Comments
[no name] 11-Aug-12 19:20pm    
Well you start by clearly defining what it is that you want to do. Then you get the image from the database, place it on the document and then print it. That is, based on your very vague description of what it is that you want to do.
M.H. Shojaei 12-Aug-12 4:59am    
I saved and retrieve image from database and i can show it on pictureBox, but image printing is my problem.

1 solution

To retrieve image from database, read

Save and Retrieve Image from a SQL Server Database using VB.NET[^]

And to know how to print just search on codeproject...
There are many articles about printing...


Thanks.
 
Share this answer
 

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