I want a screenshot of html part (eg: class Chrome_RenderWidgetHostHWND) of a application that use CEF to render web pages.
Tried using BitBlt
and PrintWindow
but only is possible capture a black screen because the application that i want capture is using hardware acceleration.
This is a old trouble that was solved on tradicional Google Chrome navigator disabling the option that say: use hardware acceleration when avaiable, changing somes settings of a json file of Google Chrome.
Then i want know if exist some possibility of make the same,in this case prevent or disable this resource to a determinated application that use CEF?
All that i saw relative to this possibility was only to disable inside of application that use CEF, not outside they.
Thank by any relative suggestion or solution!