I can enable the print dialog to show the option to print the selection by pInfo->m_pPD->m_pd.Flags &= ~PD_NOSELECTION;
in OnPreparePrinting()
just before the DoPreparePrinting()
function but if you select the option the object is still printing everything.
If you choose just to print certain pages that works.
So how do you have the CRichEditView
support the print selection option?
TIA!!