return TRUE; // return TRUE unless you set the focus to a control
// EXCEPTION: OCX Property Pages should return FALSE
}
还是什么都没有,不知道为什么,什么都画不出来?
求大侠帮帮忙,万分感谢!
CCurve::CCurve(CWnd* pParent /*=NULL*/)
: CDialog(CCurve::IDD, pParent)
{
//{{AFX_DATA_INIT(CCurve)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}
void CCurve::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CCurve)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}