修改窗口图标 AfxRegisterWndClass()

LPCTSTR AFXAPI AfxRegisterWndClass(
   UINT nClassStyle,
   HCURSOR hCursor = 0,
   HBRUSH hbrBackground = 0,
   HICON hIcon = 0 
); 

可以简单修改一个窗口的注册类,当然也可以用SetWindowsLong()来实现。

posted @ 2011-05-05 23:42  MagiCube  阅读(340)  评论(0)    收藏  举报