I’ve come to realise from a previous question that I can not screen shot a window when there are no active users logged in.
However, I am wondering if its possible to “convert” a window into an image somehow from memory without having the Windows UI running?
Thanks all for any help.
Update
Just to clarify, I think what needs to happen is to somehow fire off a redraw for a window and paint this to a file somehow rather than the screen. I am unsure how to event start with this though, any ideas?
I managed to get this working with PrintWindow and firing off a WM_PRINT message. A little crude but it seems to work for now.