Mouse events in disabled controls

mj19bg63

Member
Licensed User
Hello.

I need to handle mouse events (mousedown, mouseup, etc.) in the whole form.

So, I have disabled the controls (a table and other controls) and it works in the desktop, but not in the device. When click into a disabled table I only hear a beep and the form's subs that handle mouse events don't work.

Other solution may be something similar to the "keypreview" property (with the Door library) but for mouse events. So, the form would catch the mouse events before any control.

Could you help me with some advice?

Thanks a lot.
 
Top