dialog within dialog based apps 
Author Message
 dialog within dialog based apps

i need to create a dialog child from a dialog based apps
wormal solution doesnt work (i cant access any control of
child dialog handle to dialog window seems not
initializated 0x00000) please help


Thu, 29 Sep 2005 09:54:06 GMT  
 dialog within dialog based apps

Quote:
> i need to create a dialog child from a dialog based apps
> wormal solution doesnt work (i cant access any control of
> child dialog handle to dialog window seems not
> initializated 0x00000) please help

So how are you doing this, Dan?
--
Jeff Partch [VC++ MVP]


Thu, 29 Sep 2005 10:21:26 GMT  
 dialog within dialog based apps

Quote:

> i need to create a dialog child from a dialog based apps
> wormal solution doesnt work (i cant access any control of
> child dialog handle to dialog window seems not
> initializated 0x00000) please help

You have a bug.  Further help is impossible unless you provide
information on what you are doing and what happens.  There is nothing
unusual about a dialog-based app creating a child dialog.

--
Scott McPhillips [VC++ MVP]



Thu, 29 Sep 2005 17:48:43 GMT  
 dialog within dialog based apps
Is the child dialog modal? If yes, accessing controls from the outside
before DoModal is too soon and after DoModal too late. If you want to pass
any information to/from the child dialog, use member variables which are
bound to controls via DoDataExchange or some other mechanism.

Ivan



Quote:
> i need to create a dialog child from a dialog based apps
> wormal solution doesnt work (i cant access any control of
> child dialog handle to dialog window seems not
> initializated 0x00000) please help



Thu, 29 Sep 2005 20:40:53 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Modeless dialog in a dialog-based app

2. Showing taskbar visible dialog from dialog based app

3. 2nd Dialog never appears in Dialog based app

4. Dialog-based app and modal dialog

5. HOWTO: hide dialog when a dialog-based app starts

6. dialog based app making modeless dialogs

7. PBM: Message box not displayed after main dialog box is closed in MFC dialog-based app

8. Dialog-Based App and Main Dialog Problem

9. Destroy Dialog for Dialog based app

10. Resizing a dialog based app based on its view's size

11. Adjusting Property Pages Within a Dialog App

12. dialog within a dialog?

 

 
Powered by phpBB® Forum Software