gettingstarted
[Top] [All Lists]

RE: How to catch a key?

To: "'Getting Started'" <gettingstarted at lists dot realsoftware dot com>
Subject: RE: How to catch a key?
From: "RBNUBE" <rbnube at mabenterprises dot com>
Date: Sat, 30 Jul 2005 20:53:01 -0500
Delivered-to: gettingstarted at lists dot realsoftware dot com
Importance: Normal
Keywords: rb-gettingstarted
Can you do something as simple as this in the EditField KeyDown event?

  If Key = "+" then
    MsgBox "Do something here"
    Return True
  End If

This seems to work fine with a normal keyboard...assuming that your keypad
is sending characters in a normal way.  It sounds like it isn't, but...what
the heck.

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>