Re: Cut/copy/paste and undo/redo frameworks
From: Robby (edmund_at_not.my.email.com)
Date: 12/01/04
- Previous message: Albert: "Re: Cut/copy/paste and undo/redo frameworks"
- In reply to: Albert: "Re: Cut/copy/paste and undo/redo frameworks"
- Next in thread: Albert: "Re: Cut/copy/paste and undo/redo frameworks"
- Reply: Albert: "Re: Cut/copy/paste and undo/redo frameworks"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 2 Dec 2004 11:34:53 +1300
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
>>
>>
>
>
- Previous message: Albert: "Re: Cut/copy/paste and undo/redo frameworks"
- In reply to: Albert: "Re: Cut/copy/paste and undo/redo frameworks"
- Next in thread: Albert: "Re: Cut/copy/paste and undo/redo frameworks"
- Reply: Albert: "Re: Cut/copy/paste and undo/redo frameworks"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|