You can make a sample project with one edit field. In the key down event, you
put some code like :
msgbox "code is " + str(asc(key))
and this will tell you the ascii code for the key you press. Then you can do
an if statement to take the appropriate action when you get the right key
pressed.
I tried it now, and found it did not catch Function key except F7 and F8 were
both 16.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|