On Dec 28, 2005, at 3:36 PM, Chuck Pelto wrote:
On Dec 28, 2005, at 1:34 PM, Chuck Pelto wrote:
On Dec 28, 2005, at 1:31 PM, Charles Yeomans wrote:
You need to return TRUE from the event handler to tell the Listbox
that you've handled the event.
Okay....
Thanks.
Next question....there's always a next question....
What is the ASCII character code for a TAB key or RIGHT ARROW key with
an Apple Command or Windows Control key pressed. I'd like to set the
tabbing up so that if the modification key is pressed the tabbing
works in reverse.
What you want is the Keyboard.ShiftKey function; it returns true if the
shift key was pressed when the method in which it's called began
executing (as opposed to Keyboard.AsyncShiftKey). Use
Keyboard.ShiftKey and the key parameter to decide where which cell to
edit.
--------------
Charles Yeomans
_______________________________________________
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>