Click here to Skip to main content
15,891,529 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMemory for my application Pin
Ivan Cachicatari7-Jul-05 11:50
Ivan Cachicatari7-Jul-05 11:50 
GeneralRe: Memory for my application Pin
David Crow7-Jul-05 13:25
David Crow7-Jul-05 13:25 
GeneralCListCtrl problem Pin
Ivan Cachicatari7-Jul-05 11:47
Ivan Cachicatari7-Jul-05 11:47 
GeneralRe: CListCtrl problem Pin
David Crow7-Jul-05 13:23
David Crow7-Jul-05 13:23 
Generalticker tape with images Pin
picazo7-Jul-05 11:26
picazo7-Jul-05 11:26 
GeneralRe: ticker tape with images Pin
Jose Lamas Rios7-Jul-05 16:15
Jose Lamas Rios7-Jul-05 16:15 
GeneralRe: ticker tape with images Pin
picazo8-Jul-05 3:32
picazo8-Jul-05 3:32 
GeneralDialog as child of dialog Pin
ldaoust7-Jul-05 11:23
ldaoust7-Jul-05 11:23 
I want to create a dialog that is a child of another dialog. This child dialog would have a title bar so I can move it around, but as a child it would be confined (cliped) within it's parent dialog.

I already tried the obvious way. Create a dialog, set type as Child, then create an object for this dialog and call the create method.

ex:
void CParentDialog::CreateChildDialog()
{
    m_ChildDialog.Create( IDD_CHILD, this );
}


What happens is that the dialog is there, but it is being drawn over by other controls in the parent dialog, and also I cannot click on it to activate it or move it around.

Louis.
GeneralRe: Dialog as child of dialog Pin
ldaoust7-Jul-05 15:02
ldaoust7-Jul-05 15:02 
GeneralAutomation question Pin
Tom Wright7-Jul-05 11:19
Tom Wright7-Jul-05 11:19 
GeneralRe: Automation question Pin
Jose Lamas Rios7-Jul-05 17:48
Jose Lamas Rios7-Jul-05 17:48 
GeneralLoading dlls from an ActiveX control Pin
mrothermund7-Jul-05 10:40
mrothermund7-Jul-05 10:40 
GeneralRe: Loading dlls from an ActiveX control Pin
Jose Lamas Rios7-Jul-05 16:39
Jose Lamas Rios7-Jul-05 16:39 
GeneralProblem changing proxy with custom IE toolbar Pin
Matthew Devine7-Jul-05 10:35
Matthew Devine7-Jul-05 10:35 
GeneralRe: Problem changing proxy with custom IE toolbar Pin
Jose Lamas Rios7-Jul-05 19:56
Jose Lamas Rios7-Jul-05 19:56 
GeneralRe: Problem changing proxy with custom IE toolbar Pin
Matthew Devine8-Jul-05 3:01
Matthew Devine8-Jul-05 3:01 
GeneralRe: Problem changing proxy with custom IE toolbar Pin
Jose Lamas Rios8-Jul-05 7:17
Jose Lamas Rios8-Jul-05 7:17 
GeneralRe: Problem changing proxy with custom IE toolbar Pin
Matthew Devine12-Jul-05 2:23
Matthew Devine12-Jul-05 2:23 
GeneralClosing a dialog app window Pin
jerry1211a7-Jul-05 10:02
jerry1211a7-Jul-05 10:02 
GeneralRe: Closing a dialog app window Pin
Ravi Bhavnani7-Jul-05 10:26
professionalRavi Bhavnani7-Jul-05 10:26 
GeneralRe: Closing a dialog app window Pin
PJ Arends7-Jul-05 10:49
professionalPJ Arends7-Jul-05 10:49 
GeneralTranslation Tool Pin
transoft7-Jul-05 8:28
transoft7-Jul-05 8:28 
GeneralRe: Translation Tool Pin
Ravi Bhavnani7-Jul-05 10:28
professionalRavi Bhavnani7-Jul-05 10:28 
Generala poker game....need help......plz help Pin
koalacui7-Jul-05 7:55
koalacui7-Jul-05 7:55 
GeneralRe: a poker game....need help......plz help Pin
David Crow7-Jul-05 8:06
David Crow7-Jul-05 8:06 

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.