stickleprojects Level: Moderator

 Registered: 09-09-2002 Posts: 891
|
Re: CreateEvent?
Hi,
The issue here is that the MouseOut event was not exposed on the controls. Win2k and XP do have this event, but it's only available through API calls.
See this Code Project Article on MouseLeave and MouseHover it contains complete source for mouseleave and hover code.
However, I am not aware of CreateEvent and it's uses.
Hope this helps,
Kieron
____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)
|