Click here to Skip to main content
15,891,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: XML DOM insertBefore() Method Pin
Niklas L12-Jun-09 0:05
Niklas L12-Jun-09 0:05 
GeneralRe: XML DOM insertBefore() Method Pin
p_196012-Jun-09 0:07
p_196012-Jun-09 0:07 
GeneralRe: XML DOM insertBefore() Method Pin
Niklas L12-Jun-09 0:13
Niklas L12-Jun-09 0:13 
GeneralRe: XML DOM insertBefore() Method Pin
p_196012-Jun-09 0:28
p_196012-Jun-09 0:28 
GeneralRe: XML DOM insertBefore() Method Pin
Niklas L12-Jun-09 0:37
Niklas L12-Jun-09 0:37 
GeneralRe: XML DOM insertBefore() Method Pin
p_196012-Jun-09 0:45
p_196012-Jun-09 0:45 
GeneralRe: XML DOM insertBefore() Method Pin
p_196012-Jun-09 1:19
p_196012-Jun-09 1:19 
QuestionCControlBars always on top of CMDIChildWnd Pin
Niklas L11-Jun-09 23:27
Niklas L11-Jun-09 23:27 
I have some control bars (CDialogBar actually, but the problem is the same for all CControlBar derived classes) owned by my CMDIChildWnd derived class. These control bars contains document specific data.

The problem I can't seem to find a solution to is when one of these control bars is in a floating state and I have more than one document open. The floating control bar is alway on top of all CMDIChildWnd derived windows, making it difficult to know to which it actually belongs.

(This can be easily tested by just adding the toolbar from the CMainFrame to the CChildFrame class and opening a few document windows and let a toolbar float.)

The behaviour I'd like to see is that the control bar should be on top of its owning CMDIChildWnd, but below any other CMDIChildWnd that might be in front of it.

Does anyone have a clue how to do this?

I have tried SetWindowPos(&my_child_frame,...) in various places without any luck.
Maybe I could set the window style of the CMiniFrameWnd somehow?

Any ideas would be appreciated.

I run MFC (obviously) and VS2003, though I doubt that matters.


QuestionHow to Generate a Installer in VC++??? Pin
Jayaraman K11-Jun-09 23:17
Jayaraman K11-Jun-09 23:17 
AnswerRe: How to Generate a Installer in VC++??? Pin
Cedric Moonen11-Jun-09 23:23
Cedric Moonen11-Jun-09 23:23 
QuestionRichEditCtrl display data Pin
MrKBA11-Jun-09 23:04
MrKBA11-Jun-09 23:04 
AnswerRe: RichEditCtrl display data Pin
Michael Schubert12-Jun-09 2:42
Michael Schubert12-Jun-09 2:42 
QuestionDDX and Arrays Pin
stevepqr11-Jun-09 22:32
stevepqr11-Jun-09 22:32 
AnswerRe: DDX and Arrays Pin
Cedric Moonen11-Jun-09 22:54
Cedric Moonen11-Jun-09 22:54 
GeneralRe: DDX and Arrays Pin
Chandrasekharan P11-Jun-09 23:03
Chandrasekharan P11-Jun-09 23:03 
GeneralRe: DDX and Arrays Pin
Caslen11-Jun-09 23:05
Caslen11-Jun-09 23:05 
AnswerRe: DDX and Arrays Pin
Chandrasekharan P11-Jun-09 23:00
Chandrasekharan P11-Jun-09 23:00 
GeneralRe: DDX and Arrays Pin
Caslen11-Jun-09 23:06
Caslen11-Jun-09 23:06 
GeneralRe: DDX and Arrays Pin
Chandrasekharan P11-Jun-09 23:08
Chandrasekharan P11-Jun-09 23:08 
AnswerRe: DDX and Arrays Pin
Ozer Karaagac11-Jun-09 23:14
professionalOzer Karaagac11-Jun-09 23:14 
GeneralRe: DDX and Arrays Pin
Caslen11-Jun-09 23:28
Caslen11-Jun-09 23:28 
GeneralRe: DDX and Arrays Pin
Ozer Karaagac11-Jun-09 23:39
professionalOzer Karaagac11-Jun-09 23:39 
GeneralRe: DDX and Arrays Pin
stevepqr12-Jun-09 0:02
stevepqr12-Jun-09 0:02 
QuestionSaving and Restoring Toolbars (Win32 SDK) Pin
signalatub11-Jun-09 22:03
signalatub11-Jun-09 22:03 
QuestionAdd support for Memory leak detection Pin
Nandu_77b11-Jun-09 20:14
Nandu_77b11-Jun-09 20:14 

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.