المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Multiple Child Dialogs



C++ Programming
08-21-2009, 12:47 PM
Hi,

I'm back again with another question. I have a dialog which holds a tab control only. For each tab I created a dialog where I set the settings to border: no, style: child and control: on (Perhaps I used other words than the ones in Visual Studio because I use the german version)

So far this works just fine. I can open the different dialogs by selecting the adequate tab. Now I try to make a dialog on one of the tabs (let's call it dialog 1) which contains child dialogs (dialog 2) itself. I did everything like with the other dialogs, but I only see the controls which are directly on dialog 1, the dialog 2 is not there. My supposition is that it is either somehow hidden or behind dialog 1.

Anyone has an idea? Thank you.