Implementing Ctrl-C

  • Thread starter Thread starter John
  • Start date Start date
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
 
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.
 
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.
 
Doesn't seem to work for Infragistics UltraTextEditor although right click
brings up the Copy/Cut context menu.

Thanks

Regards
 
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.
 
Back
Top