I'm trying to get the display of each open window beneath my app as an image, I can't hide my app and then take screenshots because it's causing a flickering of the app.
Is it possible to get a stream of images from each window?
the app is c# winforms.
I tried to find a solution using WinAPI calls, but couldn't find what I'm looking for.
Thanks in advance for all the helpers