B
Bill
In the Access Switchboard, the OnCurrent
event gets control whenever a user moves
from one option to another. I want to sense
if the user is holding down the CTRL key
when they click on an item. I tried to
capture with a MouseDown event procedure
but the OnCurrent apparently preempts the
MouseDown event, so it never fires.
Any suggestions?
Thanks,
Bill
event gets control whenever a user moves
from one option to another. I want to sense
if the user is holding down the CTRL key
when they click on an item. I tried to
capture with a MouseDown event procedure
but the OnCurrent apparently preempts the
MouseDown event, so it never fires.
Any suggestions?
Thanks,
Bill