修改窗口图标 AfxRegisterWndClass()
LPCTSTR AFXAPI AfxRegisterWndClass( UINT nClassStyle, HCURSOR hCursor = 0, HBRUSH hbrBackground = 0, HICON hIcon = 0 );
可以简单修改一个窗口的注册类,当然也可以用SetWindowsLong()来实现。
LPCTSTR AFXAPI AfxRegisterWndClass( UINT nClassStyle, HCURSOR hCursor = 0, HBRUSH hbrBackground = 0, HICON hIcon = 0 );
可以简单修改一个窗口的注册类,当然也可以用SetWindowsLong()来实现。