I've found a way to create virtual desktops with c#. Now I was wondering if we can take a screenshot of a particular desktop and if so how ?
Thanks in advance
Blizz
HAve you tried the CopyFromScreen method in the GFX Object
Graphics g = new Graphics();
g.CopyFromScreen( ....params.... )
I haven't tried it but the first thing I'd try is:
might just work.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With