I asked this before, but I think more clarity is required...
I have a custom graphic that the user is creating within a picture box as a function of my program. (I have also tried the image control)
I need to put that graphic onto the clipboard for use in other programs (more than likely WORD).
Using the Clear and SetData methods for the clipboard *DON'T* support that operation. Those are only for LOADED true image files (.Picture property). This is also noted on another web site, but the link to that person's solution is corrupt.
I don't know if this is a bug, or just the way it works because the Docs and third-party manuals don't address this requirement with a pragmatic solution - only a cursory re-hash of the MS doc text.
Has anyone got a solution for this???
Thanks.
Ron
I have a custom graphic that the user is creating within a picture box as a function of my program. (I have also tried the image control)
I need to put that graphic onto the clipboard for use in other programs (more than likely WORD).
Using the Clear and SetData methods for the clipboard *DON'T* support that operation. Those are only for LOADED true image files (.Picture property). This is also noted on another web site, but the link to that person's solution is corrupt.
I don't know if this is a bug, or just the way it works because the Docs and third-party manuals don't address this requirement with a pragmatic solution - only a cursory re-hash of the MS doc text.
Has anyone got a solution for this???
Thanks.
Ron