How can I get a screenshot a the AxWebBrowser instance in C#? -


I'm making an example of the winning AppWebbrouwer because I need to render the flash. How can a page take a screenshot provided in C #?

You can not just use

  Graphics G = Graphics.frimimage (myImage); G.CopyFromScreen (screen.primeriscreen.bound.x, screen.premryscreen.bound.y, 0, 0, screen.primary screen.bounce size, copypixel operation.sourcecopy);  

.. obviously with the dimension of your window etc? Never tried it but I can not imagine why it will not work.


Comments