Click here to Skip to main content
15,893,508 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
ctrl+v and ctrl+c shortcut keys are not working on windows textbox in c++(Why)?
Posted
Comments
Satheesh1546 29-Dec-11 6:47am    
Is it MFC?

1 solution

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 ;-)
 
Share this answer
 
Comments
Wendelius 29-Dec-11 14:31pm    
For some reason the links are only partial.
Andrew Piotrowski 29-Dec-11 16:08pm    
https://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=696702&SiteID=1
Wendelius 29-Dec-11 16:26pm    
Great, thanks. That seems to work :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900