in reply to Copy file to Clipboard, like Explorer in win32

A quick Super Search for "clipboard" showed that BrowserUK helped Ace128 do just that over here. It doesn't look like fun, but I think it will do what you want.

Cheers,

Brent

-- Yeah, I'm a Delt.
  • Comment on Re: Copy file to Clipboard, like Explorer in win32

Replies are listed 'Best First'.
Re^2: Copy file to Clipboard, like Explorer in win32
by ldln (Pilgrim) on Dec 12, 2005 at 10:37 UTC
    Many thanks for that link and MANY THANKS to BrowserUk for that code and tutorial. It works very nicely what he describes here.

    Btw. How would we proceed if we wanted to do something like this from C# or Delphi (to get it to work with perl, I mean)?