Is is possible on a windows box to 'tap in' to the messaging sub system and listen for screen captures?
Typically an app would get a handle to the screen / window device context and BitBlt into a different device context for the purpose of creating a file.
Is is possible to listen for this? And possibly intercept it? And modify the bitmap en route so that the screen capture program gets a modified version of what's on the screen?
Typically an app would get a handle to the screen / window device context and BitBlt into a different device context for the purpose of creating a file.
Is is possible to listen for this? And possibly intercept it? And modify the bitmap en route so that the screen capture program gets a modified version of what's on the screen?

Comment