Click here to Skip to main content
15,909,503 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Convert to PDF Pin
JensB19-May-04 3:06
JensB19-May-04 3:06 
GeneralRe: Convert to PDF Pin
David Crow19-May-04 4:02
David Crow19-May-04 4:02 
GeneralRe: Convert to PDF Pin
Mahendra_78619-May-04 14:44
Mahendra_78619-May-04 14:44 
GeneralWS_THICKFRAME & Dialog icon Pin
Carlos Sánchez García18-May-04 21:06
Carlos Sánchez García18-May-04 21:06 
GeneralRe: WS_THICKFRAME & Dialog icon Pin
Mahendra_78618-May-04 21:52
Mahendra_78618-May-04 21:52 
GeneralBuild hangs Pin
Member 6258018-May-04 20:05
Member 6258018-May-04 20:05 
QuestionPls help me...How to load a dialog from dll and display it into child frame ? Pin
freehawk18-May-04 20:05
freehawk18-May-04 20:05 
AnswerRe: Pls help me...How to load a dialog from dll and display it into child frame ? Pin
ohadp19-May-04 3:15
ohadp19-May-04 3:15 
Load/Create the dialog with CDialog.
Now set the parent of your dialog to be child-view window, and resize the dialog accordingly.

this is a semi-hack, because the way to do it is to create a window that can host another window, or what I call a 'Pane Container' and a 'Pane'.

there's nothing too special about the pane, except that you set it's parent to be the container, but the container should 'remember' the pane it contains (store a ptr to it), and resize the contained pane when the container is resized, etc.
GeneralRe: Pls help me...How to load a dialog from dll and display it into child frame ? Pin
freehawk19-May-04 14:56
freehawk19-May-04 14:56 
Generalminimize & maximize Dialog control Pin
-alok-18-May-04 19:04
suss-alok-18-May-04 19:04 
GeneralRe: minimize & maximize Dialog control Pin
-alok-18-May-04 19:47
suss-alok-18-May-04 19:47 
GeneralRe: minimize & maximize Dialog control Pin
Carlos Sánchez García18-May-04 20:58
Carlos Sánchez García18-May-04 20:58 
GeneralRe: minimize & maximize Dialog control Pin
-alok-18-May-04 21:50
suss-alok-18-May-04 21:50 
GeneralHTML & DLLs Pin
Hagiel18-May-04 18:41
Hagiel18-May-04 18:41 
GeneralCombo Boxes and Vars Pin
Eversman18-May-04 18:01
Eversman18-May-04 18:01 
GeneralRe: Combo Boxes and Vars Pin
Christian Graus18-May-04 18:28
protectorChristian Graus18-May-04 18:28 
GeneralRe: Combo Boxes and Vars Pin
Curi0us_George18-May-04 18:34
Curi0us_George18-May-04 18:34 
GeneralRe: Combo Boxes and Vars Pin
Eversman18-May-04 18:36
Eversman18-May-04 18:36 
GeneralRe: Combo Boxes and Vars Pin
Curi0us_George18-May-04 19:02
Curi0us_George18-May-04 19:02 
GeneralRun Internet in Background Pin
DanYELL18-May-04 15:31
DanYELL18-May-04 15:31 
GeneralRe: Run Internet in Background Pin
l a u r e n18-May-04 16:36
l a u r e n18-May-04 16:36 
GeneralRe: Run Internet in Background Pin
V.19-May-04 3:06
professionalV.19-May-04 3:06 
GeneralRe: Run Internet in Background Pin
Member 42102519-May-04 19:08
Member 42102519-May-04 19:08 
Questionhow to get variable type Pin
closecall18-May-04 15:12
closecall18-May-04 15:12 
Answertry dynamic casting Pin
kfaday18-May-04 15:16
kfaday18-May-04 15:16 

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.