Tools
ud696.asc
Associated article: Undocumented Corner
Tags: Tools
_UNDOCUMENTED CORNER_
by Scot Wingo and George Shepherd
Listing One
class CDDJPrintPreview : public CPreviewView
{
// Construction
protected:
// protected constructor used by dynamic creation
CDDJPrintPreview();
DECLARE_DYNCREATE(CDDJPrintPreview)
// Attributes - none
// Operations - none
// Overrides
protected:
virtual void OnDraw(CDC* pDC); // overridden ...


