|
-
Mar 5th, 2002, 03:05 PM
#1
Thread Starter
Hyperactive Member
SetClassLong
when i do this
PHP Code:
SetClassLong (m_hWnd, GCL_HCURSOR, (LONG) m_hCursor)
do i need to use anything else to actually update the window for the changes to take place?
thanks
Amon Ra
The Power of Learning.
-
Mar 5th, 2002, 06:49 PM
#2
I think so....
Try:
Code:
SetWindowPos( m_hWnd, NULL, 0, 0, 0, 0, SWP_FRAMECHANGED | SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER );
-
Mar 7th, 2002, 10:48 AM
#3
Thread Starter
Hyperactive Member
i dont get why the window wont get updated even when i use SetWindowPos..
Amon Ra
The Power of Learning.
-
Mar 7th, 2002, 10:54 AM
#4
Thread Starter
Hyperactive Member
i chacked all ot them and the opnly thing i cant change is the icon
Amon Ra
The Power of Learning.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|