Active-X Control Redrawing
-
I'm having some trouble with screen flickering when the browser window (or active X test control container) is scrolled. It is really quiet bad, Is ther any way to get better redrawing? with less flickering? I've tried some double buffering but it doesn't seem to work. Especially with the CDC that the OnDraw function gives me. It is an MFC base Active X control. Any ideas, would be great thanks, JAred.
-
I'm having some trouble with screen flickering when the browser window (or active X test control container) is scrolled. It is really quiet bad, Is ther any way to get better redrawing? with less flickering? I've tried some double buffering but it doesn't seem to work. Especially with the CDC that the OnDraw function gives me. It is an MFC base Active X control. Any ideas, would be great thanks, JAred.
-
Hi, thanks for the reply, But I've already done that, and it doesn't seem to make much of an improvement with or without it. The main flickering occures when the container window (IE) is scrolled or resized. I'm not sure what else to do, or if this is a common problem. Jared