O.P. RE: C++ Printing
How would I put that in code?
Like this (Sorry i'm new to C++):
---------------------------------------------------------------------
getPrinter(DefultPrinter) = PRINTER_INFO_2;
PRINTER_INFO_2->Orientation.Landscape;
setPrinter;
---------------------------------------------------------------------
I use Bornald C++ Builder 6 so the "->" is how you use functions and properties of a component or command. Kinda like when Visual Basic uses the peroid "." to do the same.
This post was edited on 01-07-2005 at 08:25 PM by DJeX.
|