Re: Copy GIF to the clipboard

Tech-Archive recommends: Fix windows errors by optimizing your registry



"Steve Barnett" <noname@xxxxxxxxxxxx> wrote:
I have created a GIF file but the user wants it copied to the clipboard,
so
they can paste it in to PowerPoint. Is there any way I can do this?

This seemed to work for me:

Clipboard.SetData LoadPicture(file)

where file is the path of the GIF file.


.