I have a modal dialog up on a CView window. The window has data on it that as the user enters data in the dialog I want it to show in the main view window. I assume I could invalidate the main view but I can't seem to get the pWnd to that view window. I have sort of fixed the problem by exiting the dialog and re-entering it but that causes a flash that I do not like. How can I make the main view repaint when a modal dialog is up? Thanks!