2007-11-14

CDialog::OnPaint()

1.declare message
BEGIN_MESSAGE_MAP(CMotionDlg, CDialog)
ON_WM_PAINT()
END_MESSAGE_MAP

2.message map function
afx_msg void OnPaint();

No comments:

Post a Comment