M
Michelle
Hi
Lets say I have a text in a textbox control and I want to copy it.
Plus, I have a menuitem with a shortcut defined as Ctrl+C. Each menuitem
runs a script.
So I hit Ctrl + C in the textbox and BOOM, the menuitem executes first and
no text is copied.
I'm not sure of what I want, cause sometimes I will want the menu to "run",
and sometimes I need Windows to process the shorcut. It depends on what
control is foccused AND if the shorcut is handled by Windows (Ctrl + C, Ctrl
+ V)
I don't see how any key event can help me on this one.
Any ideas?
Thanks
Lets say I have a text in a textbox control and I want to copy it.
Plus, I have a menuitem with a shortcut defined as Ctrl+C. Each menuitem
runs a script.
So I hit Ctrl + C in the textbox and BOOM, the menuitem executes first and
no text is copied.
I'm not sure of what I want, cause sometimes I will want the menu to "run",
and sometimes I need Windows to process the shorcut. It depends on what
control is foccused AND if the shorcut is handled by Windows (Ctrl + C, Ctrl
+ V)
I don't see how any key event can help me on this one.
Any ideas?
Thanks