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

Re: Textbox copy and paste problem by Bryan

Bryan
Tue Jan 16 19:10:54 CST 2007

Can you copy and paste into Notepad? If not, another process has locked
the clipboard.

--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com



"Anthony" <Anthony@discussions.microsoft.com> wrote in message
news:AD10DCBB-3614-4E2F-991D-30BDB5CDB545@microsoft.com:

> 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


Re: Textbox copy and paste problem by Cyril

Cyril
Tue Jan 16 20:10:05 CST 2007

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>



Re: Textbox copy and paste problem by Anthony

Anthony
Tue Jan 16 22:35:01 CST 2007

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

"Bryan Phillips" wrote:

> Can you copy and paste into Notepad? If not, another process has locked
> the clipboard.
>
> --
> Bryan Phillips
> MCSD, MCDBA, MCSE
> Blog: http://bphillips76.spaces.live.com
>
>
>
> "Anthony" <Anthony@discussions.microsoft.com> wrote in message
> news:AD10DCBB-3614-4E2F-991D-30BDB5CDB545@microsoft.com:
>
> > 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
>
>

Re: Textbox copy and paste problem by Anthony

Anthony
Tue Jan 16 22:41:00 CST 2007

Thanks Cyril,
I can do CTRL+V on Notepad. I can do copy and paste by using mouse on the
.Net application.

"Cyril Gupta" wrote:

> 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>
>
>
>

Re: Textbox copy and paste problem by Harry

Harry
Fri Jan 26 09:40:36 CST 2007

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/newsgroups/Default.aspx?query=pasteToolStripMenuItem&dg=&cat=en-us-msdn&lang=en&cr=US&pt=&catlist=774F24A2-F71F-425F-AC2B-DC48AB0DA5C9&dglist=&ptlist=&exp=&sloc=en-us
thats a workaround, but in VB ;-)

cheers Harry


"Anthony" <Anthony@discussions.microsoft.com> wrote in message
news:AD10DCBB-3614-4E2F-991D-30BDB5CDB545@microsoft.com...
>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


Re: Textbox copy and paste problem by Anthony

Anthony
Fri Jan 26 17:36:01 CST 2007

Thanks Harry,

Yes, This is what happenning to me.

Thank again

"Harry Pfleger" wrote:

> 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/newsgroups/Default.aspx?query=pasteToolStripMenuItem&dg=&cat=en-us-msdn&lang=en&cr=US&pt=&catlist=774F24A2-F71F-425F-AC2B-DC48AB0DA5C9&dglist=&ptlist=&exp=&sloc=en-us
> thats a workaround, but in VB ;-)
>
> cheers Harry
>
>
> "Anthony" <Anthony@discussions.microsoft.com> wrote in message
> news:AD10DCBB-3614-4E2F-991D-30BDB5CDB545@microsoft.com...
> >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
>
>