Implementing Ctrl-C

J

John

Hi

I have a regular vs 2008 WinForm app using Infragistics controls. How can I
implement Ctrl-C (copy) and Ctrl-V (paste) inside the fields?

Many Thanks

Regards
 
F

Family Tree Mike

Hi

I have a regular vs 2008 WinForm app using Infragistics controls. How can I
implement Ctrl-C (copy) and Ctrl-V (paste) inside the fields?

Many Thanks

Regards

It should "just work". Put two text boxes on a form and enter text into
one of them. Select the text, and hit control-c, then select the other
textbox and hit control-v.
 
F

Family Tree Mike

Hi

I have a regular vs 2008 WinForm app using Infragistics controls. How can I
implement Ctrl-C (copy) and Ctrl-V (paste) inside the fields?

Many Thanks

Regards

It should "just work". Put two text boxes on a form and enter text into
one of them. Select the text, and hit control-c, then select the other
textbox and hit control-v.
 
J

John

Doesn't seem to work for Infragistics UltraTextEditor although right click
brings up the Copy/Cut context menu.

Thanks

Regards
 
F

Family Tree Mike

Doesn't seem to work for Infragistics UltraTextEditor although right click
brings up the Copy/Cut context menu.

Thanks

Regards

Sorry, I've never used those controls, so my post is in regards to
standard controls such as the TextBox. You might ask in any support
forums for those controls, though many in this group do use them, and
may comment.
 

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

Top