Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Clipboard Object in VBA

Status
Not open for further replies.

mveera

Programmer
Nov 6, 2002
81
US
Hi,

I would like to know how i can get access to the Clipboard object. It is available in VB6. But i would like to know if it is available as separate dll or activex control which can be used instead of having VB installed on the system.

I need the Clipboard to copy and paste images in a Richtext box.

Thanks
Veera
 
Searching the archives for "clipboard" turned up this: thread707-480530
 
Thanks for the reply.

The DataObject can be used for copying and pasting only text data and not Images etc.,

This is my requirement.

I have a richtext box which will contain data to be printed. While printing i should add logo's in the richtext and print. The logos r present as an Image object.
I can access the Image file from a directory and do this, but the directory location could be different in different user locations. To be on the safer side if have it as an image and then print i need not worry about the location of the Image file.

Thanks
Veera
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top