gettingstarted
[Top] [All Lists]

Re: help

To: gettingstarted at lists dot realsoftware dot com
Subject: Re: help
From: GAmoore at aol dot com
Date: Fri, 30 Jul 2004 02:48:32 EDT
Delivered-to: gettingstarted at lists dot realsoftware dot com
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>

<Prev in Thread] Current Thread [Next in Thread>
  • help, Johno Crawford
    • Re: help, GAmoore <=