Tagged Questions

0
votes
4answers
429 views

How to debug/track when a dialog is invalidated?

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 ...