I need help with Print Preview Control

coolpjmartin

Member
Joined
Aug 8, 2006
Messages
9
Programming Experience
Beginner
Hi
I have a vb.net application that displays 4 pictures (each in a picturebox) on a form. I have also added a Print dialog, Print document, page setup dialog, printpreview dialog, and a printpreview control to the form.
Each on these I have set the document to the print document on the form.
What I want to do is select any of the 4 pictures and then preview and print that selected picture,
this all works fine, I select the picture and can preview with the print preview dialog, but the problem I am having is with the Print Preview control, I can view the default picture when first running the form but cannot update the print preview control to display the other pictures when I select them.
Can anybody help please
 
Back
Top