Click here to Skip to main content
15,893,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionBitmap in parent overlaps child dialog. Pin
aquawicket14-Jun-07 11:49
aquawicket14-Jun-07 11:49 
QuestionRe: Bitmap in parent overlaps child dialog. Pin
Mark Salsbery14-Jun-07 12:02
Mark Salsbery14-Jun-07 12:02 
AnswerRe: Bitmap in parent overlaps child dialog. Pin
aquawicket14-Jun-07 12:10
aquawicket14-Jun-07 12:10 
GeneralRe: Bitmap in parent overlaps child dialog. Pin
Mark Salsbery14-Jun-07 12:17
Mark Salsbery14-Jun-07 12:17 
GeneralRe: Bitmap in parent overlaps child dialog. Pin
Naveen14-Jun-07 14:32
Naveen14-Jun-07 14:32 
GeneralRe: Bitmap in parent overlaps child dialog. Pin
Naveen14-Jun-07 14:37
Naveen14-Jun-07 14:37 
GeneralRe: Bitmap in parent overlaps child dialog. Pin
aquawicket15-Jun-07 5:49
aquawicket15-Jun-07 5:49 
GeneralRe: Bitmap in parent overlaps child dialog. Pin
Mark Salsbery15-Jun-07 7:12
Mark Salsbery15-Jun-07 7:12 
You stated "Then I've got a child dialog that opens in the parent."

How is this dialog created? Modal? Modeless?

Try using MoveWindow() instead of SetWindowPos(). MoveWindow doesn't mess with Z-order and your
most recent created child should be at the top of the z-order unless you've made another child
alwaysontop.

Mark


"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

GeneralRe: Bitmap in parent overlaps child dialog. Pin
aquawicket15-Jun-07 9:57
aquawicket15-Jun-07 9:57 
QuestionIMPLEMENT_DYNCREATE - passing parameters to constructor Pin
Vaclav_14-Jun-07 11:46
Vaclav_14-Jun-07 11:46 
AnswerRe: IMPLEMENT_DYNCREATE - passing parameters to constructor Pin
Mark Salsbery14-Jun-07 12:10
Mark Salsbery14-Jun-07 12:10 
QuestionQuestion about string in C++ ( simple question i think ) Pin
Yanshof14-Jun-07 11:34
Yanshof14-Jun-07 11:34 
AnswerRe: Question about string in C++ ( simple question i think ) Pin
Mark Salsbery14-Jun-07 11:58
Mark Salsbery14-Jun-07 11:58 
AnswerRe: Question about string in C++ ( simple question i think ) Pin
Rick York14-Jun-07 18:17
mveRick York14-Jun-07 18:17 
AnswerRe: Question about string in C++ ( simple question i think ) Pin
David Crow15-Jun-07 9:31
David Crow15-Jun-07 9:31 
GeneralRe: Question about string in C++ ( simple question i think ) Pin
Yanshof15-Jun-07 21:53
Yanshof15-Jun-07 21:53 
QuestionCRecordset+ date Pin
paulosuckow14-Jun-07 11:24
paulosuckow14-Jun-07 11:24 
QuestionUsing MySQL from VC++ 6 Pin
Accius14-Jun-07 10:41
Accius14-Jun-07 10:41 
AnswerRe: Using MySQL from VC++ 6 Pin
led mike14-Jun-07 10:49
led mike14-Jun-07 10:49 
GeneralRe: Using MySQL from VC++ 6 Pin
Accius14-Jun-07 21:03
Accius14-Jun-07 21:03 
GeneralRe: Using MySQL from VC++ 6 Pin
Accius14-Jun-07 21:08
Accius14-Jun-07 21:08 
GeneralRe: Using MySQL from VC++ 6 Pin
led mike15-Jun-07 4:29
led mike15-Jun-07 4:29 
QuestionMouse event pecularity in vertical scrollbar Pin
Vancouver14-Jun-07 9:47
Vancouver14-Jun-07 9:47 
AnswerRe: Mouse event pecularity in vertical scrollbar [modified] Pin
Mark Salsbery14-Jun-07 10:08
Mark Salsbery14-Jun-07 10:08 
GeneralRe: Mouse event pecularity in vertical scrollbar Pin
Vancouver14-Jun-07 10:15
Vancouver14-Jun-07 10:15 

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.