
File copy using clipboard
Hi,
I am building an Explorer like application, just for fun and for learning
some more VB.
Now I'm planning to make a copy function as follows: the users clicks with
the rmb on a file in a listview, in a popupmenu he chooses 'Copy', and now I
want to use the clipboard for copying the file to a map of the users choice,
again with the rmb and 'Paste'.
How do I manage this? With Clipboard.Setdata I only can copy text and
bitmaps...
Any help appreciated!
Rob.