I'm building a Virtual keyboard in Fox Pro. So far no problem, but now i'm having some problems with the cursor keys and delete key.
This is the code I'm using for the A key click and it's works fine.
DOEVENTS force
keybd_event(65,0,0,0)
keybd_event(65,0,2,0)
DOEVENTS force
but the delete key and cursors key it's not working. I'm using code 46 for the delete key and 37,38,39 and 40 for the cursor key.
Any help will be appreciated.