Well I am working with visual studio 2015 on an mfc project. I have enabled the office like ribbon in the project creation wizard. I am inheriting from CView for my view class to get printing support as documentation suggests. I have also overrided OnDraw too. Now I want to get a print preview of the document with the print preview options on the ribbon. I don't know where to start or how to act. Any suggestions, propositions or examples ? Thanks in advance.