I know it’s possible to capture a screen of an application that is behind another application, but I can’t seem to find anything on capturing the screen of a minimized application.
Anyone happen to know if this is possible? I don’t want to get into things like maximizing and minimizing the application really quick.
As @ziplin said with newer version of windows it may be possible (via DWM apis). From c# you can use the Windows API codepack to access the new apis