Newbie: how to make PrintPreview the initial view
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I'm learning how to print in MFC and I know MFC will generate a 'printpreview' view for you once you've got all the printing settings right. I'm trying to find out how to make this 'PrintPreview' the initial view of an application so that when you enter the program with some initial parameters you get a 'PrintPreview' window directly before any operations. Has anyone got any ideas on this? Thanks in advance.