Question
how to capture mousdown events occurring over the active-x object ?
1) I have used config event to enable mouse events
2)I suspect I must code a callback function of signature MouseDown(Button, Shift, x, y).
Haven't been able to connect all the dots and make it work.
Can any send me some code examples of how they did it ?

