You're right...you can put any object in the clipboard, but dealing directly
with the clipboard needs a lot of low level code for cut/copy and paste.
As for undo/redo clipboard does not help doing it from scratch needs a lot
of work.
I was looking for some kind of frameworks that simplify both the above
issues, since this is something needed in all real world applications.
Anyway, I think I should start implement somthing myself.
Greetings,
Albert
[quoted text, click to view] "Robby" <edmund@not.my.email.com> wrote in message
news:uMSO5X$1EHA.2572@tk2msftngp13.phx.gbl...
>
> You can put any object into the Clipboard not just strings. Take a look
> at the associated DataObject class. If you still dont want to use the
> Clipboard then you can code your custom cut-copy-paste class using these
> objects. This is a very flexible approach. If your not up for designing
> it then you will have to search for something similar to buy. I think you
> should give it a try.
>
> Robby
>
> "Albert" <albert@elosoft.biz.NOSPAM> wrote in message
> news:e9dY3N71EHA.4028@TK2MSFTNGP15.phx.gbl...
>> The Clipboard object offers only very basic functionality for cut/copy
>> and paste.
>> I'm looking for a kind of framework that can be used to "easily"
>> implement the above funcitonality not only for text, but for complex
>> objects like rows of a DataGrid....
>>
>>
>> "Robby" <edmund@not.my.email.com> wrote in message
>> news:u6tJwdg1EHA.3468@TK2MSFTNGP14.phx.gbl...
>>>
>>> Have you looked at the Clipboard object?
>>>
>>> --Robby
>>>
>>> "Albert" <albert@elosoft.biz.NOSPAM> wrote in message
>>> news:%23EbhXGU0EHA.1408@TK2MSFTNGP10.phx.gbl...
>>>> Hi,
>>>> I'm looking for some kind of frameworks that deals with cut/copy/paste
>>>> and undo/redu functionality, that can be used in a .NET application. I
>>>> did some research in th web but couldn't find something appropriate for
>>>> a real world application. Does something like this exists for .NET? If
>>>> not does something like this exists at all (for Java, Delphi....)?
>>>>
>>>> Greetings,
>>>> Albert
>>>
>>>
>>
>>
>
>