Link to home
Start Free TrialLog in
Avatar of tko092397
tko092397

asked on

How to change a printer CDC & IsPrinting

Hi,

void MyDialog::DoBeginPrint()
{
   AfxGetApp()->CreatePrinterDC(dc);
   ???
   if (dc.IsPrinting())
       MeHappy();
}

So, How can I fill ??? so I can
call MeHappy() ??

Thanks, Tomas
ASKER CERTIFIED SOLUTION
Avatar of deesly
deesly

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial