Trying to print with a CWinThread...
C / C++ / MFC
1
Posts
1
Posters
15
Views
1
Watching
-
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