Click here to Skip to main content
15,914,016 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to open a logical partition and read all of its file using windows function ReadFile() ? Pin
krish_kumar14-Jun-09 3:43
krish_kumar14-Jun-09 3:43 
QuestionResolution Problem in SDI application Pin
Saleem Anwar12-Jun-09 0:18
Saleem Anwar12-Jun-09 0:18 
AnswerRe: Resolution Problem in SDI application Pin
Niklas L12-Jun-09 0:33
Niklas L12-Jun-09 0:33 
AnswerRe: Resolution Problem in SDI application Pin
CPallini12-Jun-09 0:42
mveCPallini12-Jun-09 0:42 
QuestionSetupAPI library:SetupDiGetDeviceRegistryProperty function issue (VC++ 6.0)! Pin
callousfantom12-Jun-09 0:01
callousfantom12-Jun-09 0:01 
AnswerRe: SetupAPI library:SetupDiGetDeviceRegistryProperty function issue (VC++ 6.0)! Pin
Niklas L12-Jun-09 0:08
Niklas L12-Jun-09 0:08 
GeneralRe: SetupAPI library:SetupDiGetDeviceRegistryProperty function issue (VC++ 6.0)! Pin
callousfantom12-Jun-09 0:31
callousfantom12-Jun-09 0:31 
GeneralRe: SetupAPI library:SetupDiGetDeviceRegistryProperty function issue (VC++ 6.0)! Pin
Niklas L12-Jun-09 0:46
Niklas L12-Jun-09 0:46 
GeneralRe: SetupAPI library:SetupDiGetDeviceRegistryProperty function issue (VC++ 6.0)! Pin
Randor 12-Jun-09 6:59
professional Randor 12-Jun-09 6:59 
GeneralRe: SetupAPI library:SetupDiGetDeviceRegistryProperty function issue (VC++ 6.0)! [modified] Pin
callousfantom16-Jun-09 18:48
callousfantom16-Jun-09 18:48 
QuestionXML DOM insertBefore() Method Pin
p_196011-Jun-09 23:59
p_196011-Jun-09 23:59 
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 

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.