File copy using clipboard 
Author Message
 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.



Sun, 01 Feb 2004 03:00:42 GMT  
 File copy using clipboard
I think you must write code in the copy popupmenu and point the path
of the file into a string variable, when the user select paste use the
file copy function to copy the file (in the string variable) to the
path the user choose. Case the user select cancel set the variable to
the empty string.

Regards
BD

On Tue, 14 Aug 2001 19:00:42 GMT, "Rob Suijkerbuijk"

Quote:

>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.



Sun, 01 Feb 2004 03:41:35 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Copying DBGrid contents to clipboard (Or copying a table from a Data component to clipboard)

2. using vba to copy to clipboard

3. Copy to clipboard using VBA

4. Copying without using clipboard

5. copying text to the windows clipboard using DHTML

6. Copying to Clipboard using API calls

7. Copying Metafiles to clipboard without using apigid32.dll

8. copy to clipboard using vbscript

9. Copy To Clipboard using MSFlexGrid

10. Copy to Clipboard using API Calls

11. Copying file from clipboard to richtextbox control

12. Copy File to Clipboard

 

 
Powered by phpBB® Forum Software