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

    Toolbar position tracking problem

    hello,Please help me to detect when mouse pointer entering on toolbar .

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Toolbar position tracking problem

    What do you mean by "entering"?
    Perhaps, TrackMouseEvent and some other Mouse Input Functions could help you?
    Victor Nijegorodov

  3. #3
    Join Date
    Apr 2013
    Posts
    77

    Re: Toolbar position tracking problem

    thank you for your responds,'entering' means pointer reaching on toolbar

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