Query on DoModal( ) for Dialog(CDialog) in VC++/MFC
Re: Query on DoModal( ) for Dialog(CDialog) in VC++/MFC
Both of the child dialogs need to have the WS_CHILD style set.
Re: Query on DoModal( ) for Dialog(CDialog) in VC++/MFC
Quote:
Originally Posted by
Neo61850
help is required from member on one Technical issue...
.
i have one Dialog..............
Please use code tags. And what's with all the dots?
Quote:
at the same time another thread in the same application calls CMyDialog::OnShow()
Bad idea. You should have one user interface thread. Other threads you make should be worker threads, which can signal the main thread if needed.
Re: Query on DoModal( ) for Dialog(CDialog) in VC++/MFC
Re: Query on DoModal( ) for Dialog(CDialog) in VC++/MFC
Re: Query on DoModal( ) for Dialog(CDialog) in VC++/MFC
Quote:
Originally Posted by
Neo61850
it is solved
Please don't edit your posts to remove code when the problem has been solved.
Instead, post the solution and mark the code as resolved. That way, folks that search the forum can find help on a similar topic.