CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2000
    Posts
    1,471

    Display a cursor in a child window

    There is a child window located somewhere in a parent window. Now if I click the child window, I want the child window to display the cursor showing it is getting focus. How'd I do that? Thanks for your inputs.

  2. #2
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,637

    Re: Display a cursor in a child window

    Handle the WM_SETCURSOR message in the child window.

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