Hi Folks,
What's the most efficient way to be able to take a screen shot and send it to, say... word to print out?
Is there an api call I can use?
Any help is appreciated, looking for ideas.
Thanks!
Printable View
Hi Folks,
What's the most efficient way to be able to take a screen shot and send it to, say... word to print out?
Is there an api call I can use?
Any help is appreciated, looking for ideas.
Thanks!
To take a screenshot get the desktop handle, then its DC and then BitBlt it to let's say a picture box.
I don't have time now to write the code but it shouldn't be hard.