Textbox copy and paste problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Can you copy and paste into Notepad? If not, another process has locked
the clipboard.
 
Hello Anthony,

More Common than that, just check that you have not set up CTRL+V as an accelerator
in one of the menus... Sigh* I do that sometimes.

Regards,
Cyril Gupta

A> I have create a very simple windows form application. I am using
A> textbox
A> control, but I am unable to copy and paste text into the textbox by
A> using
A> keyboard hot key.
A> Anyone come across this problem before?
A> Thanks
A>
 
Thanks Bryan,
I have not problem to do copy and paste for other application. Also I can
do copy and paste by using right click on the mouse.
Anthony
 
Thanks Cyril,
I can do CTRL+V on Notepad. I can do copy and paste by using mouse on the
..Net application.
 
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/ShowPost.aspx?PostID=696702&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/newsgroup...-DC48AB0DA5C9&dglist=&ptlist=&exp=&sloc=en-us
thats a workaround, but in VB ;-)

cheers Harry
 
RE: then I found a post in the vb newsgroup
http://msdn.microsoft.com/newsgroups...xp=&sloc=en-us
thats a workaround, but in VB

I could not open this link specified above for workaround.
Could you please send me this workaround? I have a menu strip on the form and cannot use keyboard (CTRL-C, CTRL-V) to copy and paste in text boxes.
Users need it asap! Please help!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top