Hello
Im looking for a way to get an application, any application, that has been started using ShellExecuteEx or CreateProcess to draw on an offscreen surface such as a bitmap instead of drawing on the desktop, this should include any dialogs the (Open, Save, messages) that the application invokes.
I am familiar with the Windows API, GDI and device context, any suggestions would be much appreciated.