Is there a way to save the contents of an ole control to a file? I realize that a user can insert a LINK into the OLE control, and I have this working fine.
What I’m looking for is a way that a user can PASTE (with ctrl V) a screen shot into an ole control, and then with code, SAVE that screen shot to a file location, and then just keep the link or file path of the saved bitmap in the database. (as a user after taking a screen shot cannot really “browse” for the clipboard contents.)
I’ve played around with the various .action commands on the control, and think that LpOleObject might be giving me something I could use.
THANKS ALL.