Hi guys, I want to intercept any key (/symbol) that is fired with the SIP. Is this possible? Thanks
M MM2forever Active Member Licensed User Longtime User Jun 11, 2008 #1 Hi guys, I want to intercept any key (/symbol) that is fired with the SIP. Is this possible? Thanks
Erel B4X founder Staff member Licensed User Longtime User Jun 11, 2008 #2 First set the Form's KeyPreview property to true (see the first example: Door ). Use Form_KeyPress event to catch all key strokes.
First set the Form's KeyPreview property to true (see the first example: Door ). Use Form_KeyPress event to catch all key strokes.