How to print data from SDI or dialog based application to printer.
C / C++ / MFC
4
Posts
2
Posters
0
Views
1
Watching
-
Hi, I want to send the data (formatted by me as a ticket)from my application to printer (small printer) using VC++. Is there any API by which I could able to print this ticket? Thanks
-
-
Here is a library for for drawing different bar-codes [^]. You can use the
Draw
function for both - drawing on the screen and printing. You just have to give the proper DC to this function. :)