Hello Anthony
I had the same issue.
Probably you are using the toolstrip menu with the default settings.
Since they are setup to get the ctrl-c and v, the textbox is not gettings
them.
look at the following message:
https://forums.microsoft.com/MSDN/Sh...96702&SiteID=1
(so it did not work, but at least I know why)
then I found a post in the vb newsgroup
http://msdn.microsoft.com/newsgroups...xp=&sloc=en-us
thats a workaround, but in VB ;-)
cheers Harry
"Anthony" <(E-Mail Removed)> wrote in message
news:AD10DCBB-3614-4E2F-991D-(E-Mail Removed)...
>I have create a very simple windows form application. I am using textbox
> control, but I am unable to copy and paste text into the textbox by using
> keyboard hot key.
> Anyone come across this problem before?
>
> Thanks