How to copy and paste a file with the clipboard from a compressed folder using VB.Net

Posted by Ross Goddard on Stack Overflow See other posts from Stack Overflow or by Ross Goddard
Published on 2009-04-27T17:29:42Z Indexed on 2010/03/24 3:13 UTC
Read the original article Hit count: 326

Filed under:
|

The question says it all. I want to paste a file from the clipboard that has been copied from a compress folder using VB.net. By examining the clipboard, I see there is a FileGroupDescriptorW which seems to contain some information about the file. But I have not found how to use the information to grab the file and paste it.

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about clipboard