I am able to print some text to the printer, but how can I print a complete form or dialog that contains text and a graph. I use Borland C++ 6.0 VCL. Or where can I find some info about using the printer.
You mean like Form1->Print()? That should print everything on your form to your default printer.
If you need more control over printing, you can print directly to the printer canvas. There's quite a bit to controlling the printer directly, take a look at the Printer() object (<#include printers.hpp>) and google around the web. There are plenty of examples out there, then ask specific questions if you need to.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.