Click here to Skip to main content
15,915,513 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Decorated names prefix Pin
toxcct20-Mar-07 8:15
toxcct20-Mar-07 8:15 
AnswerRe: Decorated names prefix Pin
Roger Stoltz20-Mar-07 4:29
Roger Stoltz20-Mar-07 4:29 
GeneralRe: Decorated names prefix Pin
Mauro Leggieri20-Mar-07 8:13
Mauro Leggieri20-Mar-07 8:13 
GeneralRe: Decorated names prefix [modified] Pin
toxcct20-Mar-07 8:17
toxcct20-Mar-07 8:17 
GeneralRe: Decorated names prefix Pin
Mauro Leggieri20-Mar-07 11:32
Mauro Leggieri20-Mar-07 11:32 
GeneralRe: Decorated names prefix Pin
toxcct20-Mar-07 11:35
toxcct20-Mar-07 11:35 
GeneralRe: Decorated names prefix Pin
Mauro Leggieri20-Mar-07 11:56
Mauro Leggieri20-Mar-07 11:56 
Questionmodeless dialog in the client area of MDI-application Pin
Franken20-Mar-07 3:22
Franken20-Mar-07 3:22 
Hi everybody,

I try to create a modeless dialog in the client area of a MDI application. It should display some data form the app class (not the document). When I create the dialog:
pmyDlg = new CmyDialog;
pmyDlg->Create(IDD_DIALOG_mydlg)
pmyDlg->ShowWindow(SW_SHOW)

it always appear on top of the application, not in the client area of the child frame. I tried things like pmyDlg->Create(IDD_DIALOG_mydlg, theApp.m_pMainWnd) to set a parent for this dialog but it was alway dragable over the whole desktop and was not restricted to the client area.

Can someone send me a hint?

Many thanks.

Cheers,
Frank.
AnswerRe: modeless dialog in the client area of MDI-application Pin
toxcct20-Mar-07 3:29
toxcct20-Mar-07 3:29 
GeneralRe: modeless dialog in the client area of MDI-application Pin
Franken20-Mar-07 3:53
Franken20-Mar-07 3:53 
GeneralRe: modeless dialog in the client area of MDI-application Pin
Arman S.20-Mar-07 4:16
Arman S.20-Mar-07 4:16 
GeneralRe: modeless dialog in the client area of MDI-application Pin
Maximilien20-Mar-07 4:51
Maximilien20-Mar-07 4:51 
QuestionRe: modeless dialog in the client area of MDI-application Pin
David Crow20-Mar-07 5:15
David Crow20-Mar-07 5:15 
AnswerRe: modeless dialog in the client area of MDI-application Pin
Maximilien20-Mar-07 9:10
Maximilien20-Mar-07 9:10 
GeneralRe: modeless dialog in the client area of MDI-application Pin
Franken20-Mar-07 5:27
Franken20-Mar-07 5:27 
AnswerRe: modeless dialog in the client area of MDI-application Pin
Mark Salsbery20-Mar-07 9:20
Mark Salsbery20-Mar-07 9:20 
GeneralRe: modeless dialog in the client area of MDI-application Pin
Franken20-Mar-07 15:13
Franken20-Mar-07 15:13 
GeneralRe: modeless dialog in the client area of MDI-application Pin
Mark Salsbery20-Mar-07 16:15
Mark Salsbery20-Mar-07 16:15 
GeneralRe: modeless dialog in the client area of MDI-application Pin
Mark Salsbery20-Mar-07 16:20
Mark Salsbery20-Mar-07 16:20 
AnswerRe: modeless dialog in the client area of MDI-application Pin
David Crow20-Mar-07 10:03
David Crow20-Mar-07 10:03 
QuestionDisplay Problem [modified] Pin
baerten20-Mar-07 1:48
baerten20-Mar-07 1:48 
QuestionRe: Display Problem Pin
baerten20-Mar-07 3:04
baerten20-Mar-07 3:04 
QuestionMultiple CDC::SelectObject() Pin
PatrykDabrowski20-Mar-07 1:34
PatrykDabrowski20-Mar-07 1:34 
AnswerRe: Multiple CDC::SelectObject() Pin
CPallini20-Mar-07 1:39
mveCPallini20-Mar-07 1:39 
GeneralRe: Multiple CDC::SelectObject() Pin
PatrykDabrowski20-Mar-07 1:46
PatrykDabrowski20-Mar-07 1:46 

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.