File from Clipboard

A

Al

I'm looking for a sample to save File from clipboard into specified folder
on HD.
I found many samples for copying text, image etc. But no file copying code
so far.

Thank you
Al
 
A

Al

I found the way to copy File from Clipboard.
Unfortunately it is not what I was looking for.
I need the user makes right click on an attachement file in Outlook, selects
Copy from popup menu, comes to my application, clicks on the button and File
from Clipboard is saved in the folder, specifically created by my program.
I started with Outlook.Attachements, but this collection contains all
attachements of the displayed message. I do not want to save all of them, I
just need the selected attachement.
I decided that if I can right click the attachment and select Copy, then I
have a file on the Clipboard. Unfortunately it's not like that. I can copy
the file on the disk with right click and then paste it with my code, but
that code doesn't see the file on Clipboard if the file was copied from
Outlook.

So, now I need a sample which pastes the selected attachment file from
Outlook onto HD

Thank you

Al
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top