CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2002
    Posts
    5

    Question Mouse Controling

    I wish to make it when the user is dragging a bar in my program, they annot move the mouse out of a given CRect that I supply. How would I do this?

  2. #2
    Join Date
    May 2002
    Location
    Poland
    Posts
    48
    The ClipCursor() function confines the cursor to a rectangular area on the screen.
    regards,
    MiMec

  3. #3
    Join Date
    May 2002
    Posts
    5
    Thanks man. Great help.

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