Delayed Rendering

  • Thread starter Thread starter Mark A. Simurda
  • Start date Start date
M

Mark A. Simurda

Is it possible to do delayed rendering with the clipboard and drag and
drop with the .net framework, or do I have to use Win32.

If it is possible, could you point me to some documentation or examples
about it.

Simurda
 
BOUZARD said:
I found a bundle of articles in The CodeProject, including:
http://www.codeproject.com/cs/media/flickerFreeDrawing.asp?target=buffering%
7Cdouble

Hope it will be useful.

JM
Unfortunately this is not what Im looking for. Im looking for a way to
copy and paste and drag and drop without setting the data in the
DataObject. For example, if I am dragging text or copying text, I don't
have to set it when I start dragging or copy it, I can set it when it is
dropped or pasted.

I've only been able to do this with Win32 and cut and paste, and only
with text. Im looking for more examples of delayed rendering preferably
using the .net framework.

Simurda
 
Back
Top