Results 1 to 4 of 4

Thread: MouseExit

Hybrid View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2006
    Posts
    69

    Re: MouseExit

    Thanks alot, but it didn't work, and I figured how to do it in subclassing.

    However I now have a new problem! When I hover over the usercontrol, it's all fine and dandy, but since my usercontrol acts like a frame, it contains other controls. It should not do a mouseleave if I hover over a button within the frame. I could fix this one button at a time, but the frame is dynamic and has a dynamic number of buttons (it gets a list from the internet). Also, these buttons aren't added in the control code, but in the app code.

    Can you help me detetc when a button inside the usercontrol is hovered over?

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Apr 2006
    Posts
    69

    Re: MouseExit

    Nevermind I fixed it. The solution was to check for the usercontrol's parent's mousemove event and fire a timer to wait a second then doing what i needed (timer is just incase they did it accidentally)

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