Hello all,
I have integrated a web page inside my native C++ Application through MSHTML (Microsoft Rendering engine of IE).
What I want to do now is to generate a LPDIRECT3DTEXTURE9 (Direct3d texture) of the displayed web page.
Is it possible ? Do you know how to ?
Thanks in advance for all your answers.