Ricky D Well-Known Member Licensed User Longtime User Oct 25, 2008 #1 I am using the hardware library to simulate keypresses. I have worked out the a-z and numeric. But I can't get it to send a . <- the decimal point or fullstop. Can anyone help? regards, Ricky
I am using the hardware library to simulate keypresses. I have worked out the a-z and numeric. But I can't get it to send a . <- the decimal point or fullstop. Can anyone help? regards, Ricky
Erel B4X founder Staff member Licensed User Longtime User Oct 25, 2008 #2 You can find the key codes here: Virtual-Key Codes The code of the decimal point is 190 (0xBE).
Ricky D Well-Known Member Licensed User Longtime User Oct 25, 2008 #3 that's the 3rd one I've tried lol I tried Asc(".") and that didn't work, then found the inbuilt sip on the device returns 46 when I display the key value in the keypressed event of a textbox. I'll give this one a try. Here's hoping. Ricky yes it works. thanks Erel Last edited: Oct 25, 2008
that's the 3rd one I've tried lol I tried Asc(".") and that didn't work, then found the inbuilt sip on the device returns 46 when I display the key value in the keypressed event of a textbox. I'll give this one a try. Here's hoping. Ricky yes it works. thanks Erel