
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