can anybody tell me how to stop the printing
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
i'm using 'Dan Pilat' printing made easy article in my Dialog based application and its working perfectly.But how do i stop the printing when the text is over, actually i'm using the print function for printing the bill. so it should stop the printing after the bill is over, i'm not using his header and footer part. Kindly reply, thanks in advance.
-
i'm using 'Dan Pilat' printing made easy article in my Dialog based application and its working perfectly.But how do i stop the printing when the text is over, actually i'm using the print function for printing the bill. so it should stop the printing after the bill is over, i'm not using his header and footer part. Kindly reply, thanks in advance.
You can use of EndDoc or EndPage.