Printing the contents of a Picturebox in Visual basic
Hello Friends,
I am trying to print the contents of a picturebox control in Visual Basic 6.0. The size of the Picturebox control is of A3. When I issue print it is not capturing the entire picturebox but only up to a certain extent. I have used paint Picture Method..This has become a big problem for me. Please help me in this context.
Thanking you ,
Shyam Sundar. R
01-11-2004 at 07:19 AM
|
GeoffS Level: VB Lord Registered: 29-09-2004 Posts: 536
Re: Printing the contents of a Picturebox in Visual basic
Hi,
It may sound silly, but does the printer you are using actually support A3 printing. If so, have you told the Printer Object that the paper is A3 ?
Printer.PaperSize = vbPRPSA3
____________________________ multi-tasking - the ability to hang more than one app. at the same time.