Repost: need help... windows control's OnMouseEnter, OnMouseLeave methods cease to fire

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

This is a bug that affects all controls, not just the ones that it's screwing up
in my app. I really need a workaround. Anyone? Please? Before I regret letting
my MSDN subscription run out and pay the hundred bucks or so to get MS tech
support so they can tell me how to get around their own bug?

Bob

P.S. I meant to say "there are only two messages for mouse <movement> events"
 
Hi Bob, Everyone,

Sorry, I'm not here with a solution - just adding more info for anyone who
wants to tackle it - that zipped project could be useful.

The original thread has the same Topic
need help... windows control's OnMouseEnter, OnMouseLeave methods
cease to fire
and is dated 19th October.

The problem is described there and the bug can be reproduced with the
project that is attached.

Regards,
Fergus
 
Hi Bob,

Given that we're going for the workaround, and avoiding butt-ugly code and
absurd solutions is no longer an option, what effect or behaviour do you need
to achieve, exactly?

Regards,
Fergus
 
* "Bob said:
This is a bug that affects all controls, not just the ones that it's screwing up
in my app.

Did you find a report about this bug in the MSKB?
 
Quite simply, I need for all the controls that have mouseenter and moueleave
behavior not to break when a user pages between environments in my app. It's
completely unacceptable and I need a fix this week.

Bob
 
Back
Top