Tagged Questions

0
votes
3answers
50 views
+100

How to debug/track when a dialog is invalidated?

Hi, My MFC application has a CView and a couple of floating non-modal dialogs. I am currently trying to figure why an invalidation/repaint of my view also causes the dialogs to be redrawn. This even …