ClaudeWSmith
Programmer
- Aug 24, 2009
- 13
What I am doing is making a bunch of Rectangles, Putting text in those Rectangles.
Sort of like a spreadsheet.
Now, How to send that to the printer?
I have tried a bunch of things,
------------------ BASICALLY ---------------
// now, print the pages
Printer()->BeginDoc();
{
Printer()->EndDoc();
------------------------------------------------
Sort of like a spreadsheet.
Now, How to send that to the printer?
I have tried a bunch of things,
------------------ BASICALLY ---------------
// now, print the pages
Printer()->BeginDoc();
{
(( What to put here? ))
}Printer()->EndDoc();
------------------------------------------------