Search code examples
c#winformswebbrowser-controlhardware-acceleration

Hardware Accelerated WebBrowser control


Is there a way to get the WebBrowser control to use hardware acceleration? I've got it running in IE9 standards mode in my app, but it is still really slow.


Solution

  • See the instruction in IE SDK FEATURE_GPU_RENDERING (MSDN documentation).