From: Z.K. on
How do I create a dialog of the type CPrintDialogEx? Everytime I try I
get a bunch of errors.

If I use CPrintDialogEx printDlg(true);

I get an undeclared identifier error even though I have included the
atldlgs.h header file.

What I really want is a print dialog with just the printer selection and
a properties and apply button if possible. I know it is done with the
CPageSetupDialog in the printer button. I would like to duplicate what
they do with the printer button, but I am unsure just how to do this.
Someone in another newgroup said it was probably the CPrintDialogEx, but
I can not get it to work.

Z.K.