Clipboard

A

ainow

I have a database that catalogs photos. I have the complete path along with
the name of the photo in a table. I there a way that with a click of a
button that I could copy the selected photo to the windows clipboard?
 
B

Bob I

All you would copy is the path to the photo, as that is all there is.
Your "clicking" on that link only trigger the operating system to send
that path to the application to open the file and show you the image.
You need to right click on the file in Explorer to use the "copy"
feature you are thinking of.
 
Top