I have an EditField in a window. I have some code in the KeyDown event to watch for certain key codes and either allow or disallow the key to be processed by returning True or False. That all works fine. But I just ran into a problem where both the Copy key Ctrl-C and the Enter key on the numeric keypad both are returning a key code of 3. I checked this by creating a simple project with an EditField with the followin line of code in the KeyDown event: MsgBox "Key Code is " + Str(Asc(Key)).
Does anybody know a work around for this problem? Windows XP, SP2, RB 2006 R1 & R3 TIA Jim Dossey _______________________________________________ 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>
