![]() |
How to use the method PrintToDC |
Post Reply
|
| Author | |
harishchsm
Newbie
Joined: 08 August 2013 Location: India Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Topic: How to use the method PrintToDCPosted: 08 August 2013 at 1:41am |
|
How to use the method PrintToDC()? CXTPChartControl *pChartCtrl; . . . CPrintDialog *pPrintDlg = new CPrintDialog(FALSE); if (pPrintDlg->DoModal() == IDOK) { . . pChartCtrl->PrintToDC (pPrintDlg->GetPrinterDC(), CRect (0, 0, 800, 600)); } Please help me with this one.
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |