Synopsis:
My Active Forms and other ActiveX Controls respond to Alpha Numeric Keys, however,
they are not responding to 'Tab' and 'Cursor' keys. Solution: Your controls will need to handle the CM_WANTSPECIALKEY message, which can be done by implementing the CMWantSpecialKey procedure. |
Last Modified: 31-AUG-02