Commands to printer
-
- In need of some credit
- Posts: 4
- Joined: Mon Oct 31, 2005 5:24 pm
Commands to printer
I wanna send some special chars to the printer...chars that it understant as commands....but it's not working...when I send one of this special chars ( In a DrawText )...the printer try to print them.
-
- Filthy Rich wx Solver
- Posts: 203
- Joined: Tue Aug 31, 2004 7:06 pm
- Location: Behind a can of Mountain Dew
- Contact:
I don't believe wxWidgets has support to send raw printer commands directly. If you're on Windows I think WriterPrinter is what you are looking for (the Code Project also has an article that looks like it may be of at least some use). You'll have to figure out the raw printer command methods yourself for other platforms (I have no idea how this works on Linux or Mac).