I know I can get the screenshot of the entire screen using Graphics.CopyFromScreen(). However, what if I just want the screenshot of a specific application?
I know I can get the screenshot of the entire screen using Graphics.CopyFromScreen(). However,
Share
Here’s some code to get you started:
It works, but needs improvement: