Howdy guys, I'm trying to get the screenshot of a minimized application, any ideas of how to it under windows ? I'm using C#
tks in advance, Jose
Howdy guys, I'm trying to get the screenshot of a minimized application, any ideas of how to it under windows ? I'm using C#
tks in advance, Jose
Restore, take the screenshot, minimize back...
If it is not on screen, I don't see how you can make a copy of the image...
On Vista and later, this should be possible with the Desktop Window Manager. Explorer also displays (animated) screenshots of minimized windows when hovering over a taskbar entry with DWM enabled, so the DWM APIs should be the way to go.
Out of curiosity, why do you need such a screenshot?