Nowadays, I'm trying to create a hidden WebBrowser control in my program, and using the IViewObject interface is my regular DC.
The result is everything I want, but the drawing speed is unacceptable, especially some complex web pages containing Flash objects. Each Draw to DC costs more than 100 ms . So the Flash object that I drew is not smooth.
Is there a quick way to draw a control for my particular DC?
my sinpet code is as follows:
Thanks for reading this question.
Waiting for your answers ~
source share