MFC Control "flickering"
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I am developing an application on WinNT 4.0, sp6 using VC++ sp5 and the application functions normally on that platform. However when I test it on W2k Adv Server, sp2, I notice that some controls "flicker" whenever the mouse cursor "hovers" over some of the controls. Does anyone have any pointers as to where I should begin investigating these strange occurances? Specifically, this flickering effect seems to occur with controls I have embedded in CToolbars and Stingray's Objective Grid, and NOT with controls in CFormViews. Are there specific window messages I should be intercepting with these controls (CComboBox's, CListBox's) so that they do not repaint needlessly? Any pointers/suggestions are welcome. Thanks.