Showing a dialog as a child of another. How?
-
OK, i have 2 dialogs. I want to show one as a child of another. Can someone take me through how to do this, i have no idea how. Im using VC++6, and im reletivly new to c++ so please be explain how it works if u would, thank you i really appreciate it. --------------------- And Like The Wind Our Hero Vanishes Off Into The Distance...
-
OK, i have 2 dialogs. I want to show one as a child of another. Can someone take me through how to do this, i have no idea how. Im using VC++6, and im reletivly new to c++ so please be explain how it works if u would, thank you i really appreciate it. --------------------- And Like The Wind Our Hero Vanishes Off Into The Distance...
Search is your friend[^] (several good results, especially: http://www.codeproject.com/dialog/CRHChildDialog.asp[^]) How do you move in a world of fog, That's always changing things? Makes me wish that i could be a dog, When i see the price that you pay.
-
Search is your friend[^] (several good results, especially: http://www.codeproject.com/dialog/CRHChildDialog.asp[^]) How do you move in a world of fog, That's always changing things? Makes me wish that i could be a dog, When i see the price that you pay.
Thank you, but not exactly what im trying to do. I want to be able to move the child around inside of the parrent, i guess turning my parrent into a sort of MDI Dialog box. But yeah, i want to be able to move the dialog box around, close it...ect thank you --------------------- And Like The Wind Our Hero Vanishes Off Into The Distance...
-
Thank you, but not exactly what im trying to do. I want to be able to move the child around inside of the parrent, i guess turning my parrent into a sort of MDI Dialog box. But yeah, i want to be able to move the dialog box around, close it...ect thank you --------------------- And Like The Wind Our Hero Vanishes Off Into The Distance...
There's a fair bit of work ahead of you then, unless you just use the existing MFC or WTL MDI classes (i would strongly suggest doing this). Regardless, that's the place to look for information - both MFC and WTL come with full source code, and the MDI stuff is reasonably clear. How do you move in a world of fog, That's always changing things? Makes me wish that i could be a dog, When i see the price that you pay.