If it has been answered before or is very clear - Points are appreciated if this is the case.
What am I trying to do: 1) One way to save / copy screenshot from an air app 2) Paste this kind of screenshot into the new PowerPoint slide in the current presentation
I have Part 1 below but do not know about Part 2 - I have very little experience with programming around MS apps.
Thank you.
f
You can read the screen in bitmap, then use a bitmap Encoded in JPG or PNG, type the encoded image at a temporary location and then copy the encoded image file space to the system clipboard. With this you can paste it into PowerPoint. You can see some example code which gives the clipboard stuff here:
See the documentation on the clipboard class here:
Comments
Post a Comment