Hi All,

I just wondered if anyone knows a way to stop the flickering button icon on a CMFCEditBrowseCtrl?

I notice the flicker a lot in Windows 7 but not at all in Windows XP. If you want to see the flicker simply create a dialog based project, drag the control onto the dialog and run the application.

ModifyStyleEx(0, WS_EX_COMPOSITED); cures the flickering but seems to introduce its own set of (random)problems, so that doesn't seem to be a solution.

Any suggestions welcome.

Cheers,
AnotherMuggle