How to put dialog befor printing something on view in MFC?
Hello
In my application. I am fdrawing on view.
During Printing I want a dialog must appear with some text and options, based on which my selected text alongwith image drawn on the view get printed.
So requirement is:
Before coming Print dialog i want some another dialog appear first and then print dialog box.
Based on option selected on the dialog box i will set flags which will help me print option comments alongwith the view image
SO where to do Domodal for the dialog. Any help