Splitter Windows OnDraw
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I wrote a program with two vertical splitter windows. Now, I need to update the "LeftView" window, upon a DblClick action on the right window. I used the DblClk function to write something to pDoc, but how can I force the OnDraw on all windows.. UpdateAllViews() seem to fail.. :/ Thanks, Michael