Questions tagged [cview]

32 questions
0
votes
1 answer

Control the size of CView MFC

I have a MFC app where I am using more than one CViews. (Single Document) My problem is that when I maximize the size of the existing view and open another cview, the first cview size automatically get minimized. Is there a way to keep the first…
gishara
  • 815
  • 2
  • 15
  • 41
-1
votes
1 answer

How can I display my ATL control in CView

I have made an ATL control (ActiveX) and I can display it easily in MFC CDialog. Now I need to display it in CView of MFC single document project by using the code (just like the picture below). Don't use CForm because my customer don't need it.…
1 2
3