Results 1 to 4 of 4

Thread: SetClassLong

  1. #1

    Thread Starter
    Hyperactive Member Amon Ra's Avatar
    Join Date
    Feb 2001
    Location
    In some cave on Uranus...
    Posts
    500

    SetClassLong

    when i do this

    PHP Code:
    SetClassLong (m_hWndGCL_HCURSOR, (LONGm_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.

  2. #2
    amac
    Guest
    I think so....

    Try:

    Code:
        SetWindowPos( m_hWnd, NULL, 0, 0, 0, 0, SWP_FRAMECHANGED | SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER );

  3. #3

    Thread Starter
    Hyperactive Member Amon Ra's Avatar
    Join Date
    Feb 2001
    Location
    In some cave on Uranus...
    Posts
    500
    i dont get why the window wont get updated even when i use SetWindowPos..
    Amon Ra
    The Power of Learning.

  4. #4

    Thread Starter
    Hyperactive Member Amon Ra's Avatar
    Join Date
    Feb 2001
    Location
    In some cave on Uranus...
    Posts
    500
    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
  •  



Click Here to Expand Forum to Full Width