Discussion:
Implementing Ctrl-C
(too old to reply)
John
2010-01-23 06:02:04 UTC
Permalink
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
Family Tree Mike
2010-01-23 13:31:40 UTC
Permalink
Post by 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
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.
--
Mike
Family Tree Mike
2010-01-23 13:35:43 UTC
Permalink
Post by 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
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.
--
Mike
John
2010-01-23 19:16:31 UTC
Permalink
Doesn't seem to work for Infragistics UltraTextEditor although right click
brings up the Copy/Cut context menu.

Thanks

Regards
Post by Family Tree Mike
Post by 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
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.
--
Mike
Family Tree Mike
2010-01-23 19:34:09 UTC
Permalink
Post by John
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.
--
Mike
Loading...