View Full Version : Copying contents of image box to clipboard?


Dfhaj
05-23-2000, 05:43 PM
Can the contents of of an image box be copied to the clipboard in MS access? It apperas to me that the clipboard object is not available in MS Access VB wheras this is
a system object in regular VB. I would like the image box contents (xxx.jpg) to copy to
the clipboard using a command button click.
I got this to work by placing my JPG file in an Unbound object box using the following
command: OLEUnboundxx.Action = acOLECopy
but, this had a big drawback. The copyiny process invokes the software associated
with the xx.jpg file; and this software is not consistently available among all the users
of the distributed application (unless it is installed on every users machine).
I would like to get this to work using an image box. Please Help some super
programmer!
dfhaj done