edmund1978
Programmer
I need to update my main document view window (in MFC program) using my code in OnDraw in myView class. This needs to be done when a button in one of my dialogs is pressed. I have a message handler but don't know how to call OnDraw (what to put as parameter). I've seen InvalidateRectacngle(..,..) mentioned, but couldn't make this work properly.