Link to home
Start Free TrialLog in
Avatar of TaylorPhillips
TaylorPhillips

asked on

TabControl Problem: Ctrl+C Closes TabPage and Doesn't Copy Text To Clipboard

I'm having a problem with TabControls and using Ctrl+C to copy.  My TabPages contain TextBoxes and I want users to be able to copy and paste to and from each of those textboxes.  Unfortunately, when I press Ctrl+C it closes the current tab and doesn't copy anything to the clipboard. Any ideas how to prevent ctrl+c from closing a TabPage?
ASKER CERTIFIED SOLUTION
Avatar of Mike Tomlinson
Mike Tomlinson
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
hello
your information isn't complete but you should check shortkey(s) in your program.
if you give your project to us (experts), i think you'll give your answer as soon as possible.
Regards!
You can upload projects here if need be:
http://www.ee-stuff.com/
Avatar of TaylorPhillips
TaylorPhillips

ASKER

I sadly inform you that I had a context menu strip with hotkeys enabled.  As I'm sure you can guess, one of those was ctrl+c which closed the current tab ;(....  I never realized that CMS hotkeys worked while the menu was not visible.  Thanks!