Click here to Skip to main content
15,916,280 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Error ? Pin
Michael P Butler23-Oct-04 8:51
Michael P Butler23-Oct-04 8:51 
Generalis there some thing similar to CWebBrowser2... Pin
includeh1023-Oct-04 5:16
includeh1023-Oct-04 5:16 
QuestionGUID's how importatnt are they? Pin
BlackDice23-Oct-04 3:38
BlackDice23-Oct-04 3:38 
AnswerRe: GUID's how importatnt are they? Pin
Leyu23-Oct-04 8:10
Leyu23-Oct-04 8:10 
AnswerRe: GUID's how importatnt are they? Pin
Blake Miller25-Oct-04 5:29
Blake Miller25-Oct-04 5:29 
GeneralRe: GUID's how importatnt are they? Pin
BlackDice25-Oct-04 11:52
BlackDice25-Oct-04 11:52 
Generalputting a dialog into a picture box control (or static text control) Pin
BlackDice23-Oct-04 3:35
BlackDice23-Oct-04 3:35 
GeneralRe: putting a dialog into a picture box control (or static text control) Pin
Maximilien23-Oct-04 3:50
Maximilien23-Oct-04 3:50 
the static is usually used as a placeholder ( or a size and position reference ).

You simply need to create a modeless dialog and Create it in the parent dialog and place ( MoveWindow ) to fit the size of the placeholder.

One thing to remember is to disable the default ok and cancel behaviours so that you don't end up closing the child dialog while the parent dialog is still alive.

here's one example, here on CP :

an example



Maximilien Lincourt
Your Head A Splode - Strong Bad
GeneralRe: putting a dialog into a picture box control (or static text control) Pin
BlackDice23-Oct-04 4:38
BlackDice23-Oct-04 4:38 
Generalcreate a process whitout any window Pin
unidavide23-Oct-04 2:56
unidavide23-Oct-04 2:56 
GeneralMFC loading form Pin
missnazar23-Oct-04 2:46
missnazar23-Oct-04 2:46 
GeneralRe: MFC loading form Pin
agentnem23-Oct-04 20:24
agentnem23-Oct-04 20:24 
GeneralGCC Compiler for ARM Pin
Abbas_Riazi23-Oct-04 2:35
professionalAbbas_Riazi23-Oct-04 2:35 
GeneralRe: GCC Compiler for ARM Pin
Henry miller25-Oct-04 3:28
Henry miller25-Oct-04 3:28 
GeneralCWebBrowser2.Navigate Pin
includeh1023-Oct-04 2:25
includeh1023-Oct-04 2:25 
GeneralEvent for window painting completion Pin
BeerFizz23-Oct-04 0:58
BeerFizz23-Oct-04 0:58 
GeneralRe: Event for window painting completion Pin
Jerry Evans23-Oct-04 2:30
Jerry Evans23-Oct-04 2:30 
GeneralRe: Event for window painting completion Pin
Blake Miller25-Oct-04 5:31
Blake Miller25-Oct-04 5:31 
GeneralDIRECTSHOW with IFilterChain Pin
madretierra23-Oct-04 0:01
madretierra23-Oct-04 0:01 
Generalh323 protocol implementation Pin
siddiqi22-Oct-04 22:43
siddiqi22-Oct-04 22:43 
QuestionOpen HTML in CHM? Pin
Dominik Reichl22-Oct-04 22:01
Dominik Reichl22-Oct-04 22:01 
QuestionHow to open file dbf ? Pin
tranvuminh22-Oct-04 21:01
tranvuminh22-Oct-04 21:01 
AnswerRe: How to open file dbf ? Pin
YoSilver22-Oct-04 21:21
YoSilver22-Oct-04 21:21 
AnswerRe: How to open file dbf ? Pin
BlackDice23-Oct-04 3:22
BlackDice23-Oct-04 3:22 
GeneralMFC enlisting local drives Pin
missnazar22-Oct-04 20:07
missnazar22-Oct-04 20:07 

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.