[comp.sys.ibm.pc.misc] Write simple print utilities !

rc05@gte.com (Ramesh Chandak) (02/05/91)

I would like to write very simple print utilities on the PC. Say create a
window, be able to enter text into it and click a button that prints the text.
Sounz like very basic. So any public domain source code available, written
in C or C++, that might be useful to me ? Or any references/pointers
to books/tools might be useful ?

Thanx.

- Ramesh Chandak
"Lets build a LAN of Xerox Copiers."

ebergman@isis.cs.du.edu (Eric Bergman-Terrell) (02/09/91)

How minimilist do you want to be?

For example, try the following:

copy con: prn:


Type in the text you want printed followed by ^Z followed by the enter key.


Terrell