10
When we hit the button Print Screen from our keyboard, the screen image is saved in some cache, in memory, somewhere, because when we give Ctrl V after, in Paint for example it trims, how to access the location and "pick up" the image from there in C#?
Correct me if I’m wrong, but I believe you’ve mistaken using the
using
to the correctusing static
, as the members below are not declared and would probably cause an error in the compilation.– CypherPotato
@Cypherpotato when I did this was still creating this feature and at first it was without the
static
, after they decided to demand thestatic
in this context. Thank you.– Maniero