PRB: FlexGrid Control Doesn't Trap Arrow Keys (171733)



The information in this article applies to:

  • Microsoft Visual Basic Professional Edition for Windows 5.0
  • Microsoft Visual Basic Professional Edition for Windows 6.0
  • Microsoft Visual Basic Enterprise Edition for Windows 5.0
  • Microsoft Visual Basic Enterprise Edition for Windows 6.0

This article was previously published under Q171733

SYMPTOMS

The KeyUp and KeyDown events of the Flexgrid control do not trap the Arrow keys. This affects the arrow keys on the numeric keypad as well as the "stand-alone" arrow keys.

CAUSE

The Flexgrid control responds to the arrow keys to change the selection, therefore they are not passed to the key events.

RESOLUTION

There are no workarounds at this time.

STATUS

This behavior is by design.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Turn the NumLock setting on your keyboard off.
  2. Create a new Visual Basic project, Standard Exe.
  3. Place a FlexGrid control on the new default form.
  4. In the KeyUp event of the FlexGrid control, place the following code:
          Msgbox KeyCode
    						
  5. Run the form, and click on the FlexGrid control.
  6. Press any arrow key and note that the message box does not appear.
  7. Press any other key and observe that the message box appears. (Hint: use the mouse to close the message box.)

Modification Type:MinorLast Reviewed:1/8/2003
Keywords:kbprb KB171733