My other problem involves printing. I wold like to bypass messing with the print manager and instead get a "direct connectin". I want to send it some ESC
codes (15cpi, 8lines per inch, ect..). Then just dump my charecter to it
instead of the screen.
You can't. Really. Instead, ask for 72 dpi resolution, and calculate
your MoveTos and DrawTexts to place stuff where you want it.
Actually, I think one can do something like the following:
Open(f,".printer");
It has been quite some time since I've used it, but I seem to recall that it
will open a text channel to the printer. From there, one only needs to use