From: John on
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


From: Family Tree Mike on
On 1/23/2010 1:02 AM, John wrote:
> 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
From: Family Tree Mike on
On 1/23/2010 1:02 AM, John wrote:
> 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
From: John on
Doesn't seem to work for Infragistics UltraTextEditor although right click
brings up the Copy/Cut context menu.

Thanks

Regards

"Family Tree Mike" <FamilyTreeMike(a)ThisOldHouse.com> wrote in message
news:Oe1z2DDnKHA.1544(a)TK2MSFTNGP02.phx.gbl...
> On 1/23/2010 1:02 AM, John wrote:
>> 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


From: Family Tree Mike on
On 1/23/2010 2:16 PM, John wrote:
> 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