Tagged Questions
0
votes
3answers
70 views
Mfc multiple windows same view
I have a SDI MFC application which CMainFrame class is derived from CFrameWndEx.
The app uses the CSingleDocument template for connecting Document/View/Frame.
I need to have another window with the ...
0
votes
4answers
411 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 ...
0
votes
1answer
769 views
How to change the size of view according to mainframe in SDI framework?
I want to set the size of view according to the size of the mainframe in a SDI framework. That is to say when I change the size of mainframe, the size of view changes accordingly, so does the client ...