比如启用,禁用........................
------解决思路----------------------
LRESULT CALLBACK WindowProc(
HWND hwnd, // handle to window
UINT uMsg, // WM_ERASEBKGND
WPARAM wParam, // handle to device context (HDC)
LPARAM lParam // not used
);
查一下 不就知道 怎么用了
------解决思路----------------------
