What should be used, function or message in following statement?
BEGIN_MESSAGE_MAP(CMainFrame, CFrameWnd)
ON_WM_PAINT() // void OnPaint()
END_MESSAGE_MAP()
:confused:
Printable View
What should be used, function or message in following statement?
BEGIN_MESSAGE_MAP(CMainFrame, CFrameWnd)
ON_WM_PAINT() // void OnPaint()
END_MESSAGE_MAP()
:confused:
Uhhh... can you restate that question plz? I don't understand.