Inheriting a Base Form but Paste/Cut Commands Not Captured
Posted
by ohu812
on Stack Overflow
See other posts from Stack Overflow
or by ohu812
Published on 2010-06-09T17:12:50Z
Indexed on
2010/06/09
17:32 UTC
Read the original article
Hit count: 168
I created a base form that has a specific size and an icon as a base for all forms created in my project (to be consistent in looks). The problem is, for some reason if I add a Text box to the Child form, I can no longer execute shortcuts like Copy (CTRL+C) etc into the Textbox.
What should I do to handle this OTHER THAN writing code to capture those on the KeyUp control?
This is also the case for RichTextBox control as well.
Thanks
© Stack Overflow or respective owner