CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Cursor

  1. #1
    Join Date
    Apr 1999
    Posts
    1

    Cursor

    Can we change the cursor without making a SetCapture() ???


  2. #2
    Join Date
    Nov 1999
    Location
    France
    Posts
    8

    Re: Cursor

    What I've read in the SDK documentation is :
    The cursor is a shared resource. A window should set the cursor shape only when the cursor is in its client area or when the window is capturing mouse input.

    So the response is yes.
    I think.

    Surf is life!!!

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

Featured