Hi all,
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
Hi all,
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.