when i do this
do i need to use anything else to actually update the window for the changes to take place?PHP Code:SetClassLong (m_hWnd, GCL_HCURSOR, (LONG) m_hCursor)
thanks
Printable View
when i do this
do i need to use anything else to actually update the window for the changes to take place?PHP Code:SetClassLong (m_hWnd, GCL_HCURSOR, (LONG) m_hCursor)
thanks
I think so....
Try:
Code:SetWindowPos( m_hWnd, NULL, 0, 0, 0, 0, SWP_FRAMECHANGED | SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER );
i dont get why the window wont get updated even when i use SetWindowPos..
i chacked all ot them and the opnly thing i cant change is the icon