RE: Trying to print with a CWinThread...
C / C++ / MFC
1
Posts
1
Posters
5
Views
1
Watching
-
Check out the printing section of this site - there are a couple of articles up now that should get you going in the right direction. ================== The original message was: Hi,
I want to be able to print and do another things while I'm doing this ( my printing proccess is very slow), so I have made a thread that inherits from CWinThread, there I pass the handle of the printer Dc, then I convert it to a CDC and I begin to print, ... and then the program print and crashes... :-(
With the screen painting I have used a CClientDc and it goes all right, but with the printer, I have no idea.. :-(
Anybody can help me ?, Thanks, Bye !
Braulio