Making an application draw a surface other than the desktop

Posted by Cloud on Stack Overflow See other posts from Stack Overflow or by Cloud
Published on 2010-04-04T10:38:48Z Indexed on 2010/04/04 10:43 UTC
Read the original article Hit count: 353

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about gdi

Related posts about Windows