Hi,
I am working on a mixed mode application.
In my application(MFC), on click of a button, we will launch a modal dialog which is MFC. Within that dialog on click of another button I will launch another modal dialog which is a c# Winform.
The problem is when I close the c# winform, the previous dialog becomes modeless.
Even I had set the MFC dialog as parent to the C# Winform but still the problem exist.
Does anyone face such situation like that? Please help me on understanding this. I am using VS2008 IDE
-------------kings--------------