Hi,

I'm updating a project (V8xx to V9), the project uses a textbox to accept data from the keyboard. Nothing has changed in any of the events for this textbox.

The KeyDown event uses both vbKeyBack and vbKeyEscape KeyCodeConstants. With the new version, with no changes in any of the events for this textbox, pressing either key cause the action to be performed twice!

Anyone have a clue?