T
thomas.klaus
Hi there,
We use dockable windows to show own forms and controls. Now we have a
problem with several key presses. For example, a textbox has the focus
within a dockable window, now when the user presses the Delete key,
the selected shape will be removed from the Visio drawing, when I only
want to delete a character in the textbox! How can I avoid that the
Keyevent gets through to Visio? I can catch the KeyUp event in the
textbox and can handle the Delete, but I don't know how to avoid that
this key gets through to Visio...
The strange thing is in a Combobox it works! That means the delete
keys removes one char without deleting the selected shape.
Many thanks in advance.
Tom
We use dockable windows to show own forms and controls. Now we have a
problem with several key presses. For example, a textbox has the focus
within a dockable window, now when the user presses the Delete key,
the selected shape will be removed from the Visio drawing, when I only
want to delete a character in the textbox! How can I avoid that the
Keyevent gets through to Visio? I can catch the KeyUp event in the
textbox and can handle the Delete, but I don't know how to avoid that
this key gets through to Visio...
The strange thing is in a Combobox it works! That means the delete
keys removes one char without deleting the selected shape.
Many thanks in advance.
Tom