Click here to Skip to main content
15,909,091 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRunning 2 builds with VS.NET at the same time Pin
Le centriste2-Dec-02 3:45
Le centriste2-Dec-02 3:45 
GeneralOverlapped VS Popup window Pin
rrrado2-Dec-02 3:10
rrrado2-Dec-02 3:10 
GeneralRe: Overlapped VS Popup window Pin
valikac2-Dec-02 9:05
valikac2-Dec-02 9:05 
GeneralRe: Overlapped VS Popup window Pin
rrrado2-Dec-02 22:26
rrrado2-Dec-02 22:26 
GeneralCTreeCtrl / CDatabase Pin
dyerstein2-Dec-02 2:48
dyerstein2-Dec-02 2:48 
GeneralRe: CTreeCtrl / CDatabase Pin
act_x2-Dec-02 6:49
act_x2-Dec-02 6:49 
GeneralRe: CTreeCtrl / CDatabase Pin
dyerstein3-Dec-02 9:51
dyerstein3-Dec-02 9:51 
GeneralMDI Child view control menu Pin
CodeBrain2-Dec-02 2:37
CodeBrain2-Dec-02 2:37 
I have the following problem in my MDI App.
If my MDIChildView is not maximized I remove the menu of my MDIFrame (SetMenu(NULL)). Then I maximize my view and I set my frame menu to the original menu (SetMenu(pOrgMenu)). The menu appears, but the control menu (maximize, minimize, close button) of my child view don't appear in the menu bar, as it should do.
The only possibility that I have is to call
MDIRestore()
MDIMaximize()
of my child window. But this results in an ugly window flash.

I have already tried all things I know about MDI frames and child views, but non of that worked.
Has anyone an idea, how I can solve this problem?

Thanks in advance

GeneralRe: MDI Child view control menu Pin
KaЯl2-Dec-02 5:03
KaЯl2-Dec-02 5:03 
GeneralRe: MDI Child view control menu Pin
CodeBrain2-Dec-02 6:01
CodeBrain2-Dec-02 6:01 
GeneralRe: MDI Child view control menu Pin
Alois Kraus2-Dec-02 6:37
Alois Kraus2-Dec-02 6:37 
GeneralRe: MDI Child view control menu Pin
KaЯl2-Dec-02 7:53
KaЯl2-Dec-02 7:53 
GeneralRe: MDI Child view control menu Pin
CodeBrain2-Dec-02 21:03
CodeBrain2-Dec-02 21:03 
GeneralRe: MDI Child view control menu Pin
KaЯl3-Dec-02 2:23
KaЯl3-Dec-02 2:23 
GeneralRe: MDI Child view control menu Pin
CodeBrain3-Dec-02 3:37
CodeBrain3-Dec-02 3:37 
GeneralImplementation of GetSafeHandle and siblings. Pin
Johann Gerell2-Dec-02 1:59
Johann Gerell2-Dec-02 1:59 
GeneralRe: Implementation of GetSafeHandle and siblings. Pin
Tim Smith2-Dec-02 2:30
Tim Smith2-Dec-02 2:30 
GeneralRe: Implementation of GetSafeHandle and siblings. Pin
Johann Gerell2-Dec-02 2:58
Johann Gerell2-Dec-02 2:58 
GeneralRe: Implementation of GetSafeHandle and siblings. Pin
Alois Kraus2-Dec-02 6:41
Alois Kraus2-Dec-02 6:41 
GeneralScrolling a CListBox Pin
Jase Jennings2-Dec-02 0:00
Jase Jennings2-Dec-02 0:00 
GeneralRe: Scrolling a CListBox Pin
Iain Clarke, Warrior Programmer2-Dec-02 5:39
Iain Clarke, Warrior Programmer2-Dec-02 5:39 
Generalhttp GET/POST request through proxy Pin
Chintan1-Dec-02 23:59
Chintan1-Dec-02 23:59 
GeneralRe: http GET/POST request through proxy Pin
rrrado2-Dec-02 0:35
rrrado2-Dec-02 0:35 
GeneralRe: http GET/POST request through proxy Pin
geo_m2-Dec-02 2:38
geo_m2-Dec-02 2:38 
GeneralMinimize to task bar Pin
rrrado1-Dec-02 23:26
rrrado1-Dec-02 23:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.