|
DSFLASH
Description: | A very common problem in VB is how to get "MouseEnter", "MouseLeave"
events for VB controls for several purposes. There are some solutions
using "SetCapture()", but these assume to have controls with a "hwnd"
property and generate some negative behaviour.
Therefore, I've written a little standard DLL which does the job also
for windowless controls like labels, images, and shapes and even for
up to 50 rectangular regions. |
|
Author: Juergen Thuemmler |
Download: (32.6Kb) |
|
|
|