Game Development Community

Help me, how to make tge window in a child window?

by Train Lau · in Torque Game Engine · 08/31/2008 (8:44 am) · 2 replies

Hi all,
My question is how to make tge window in a child window, I have a app write with MFC's CDialog, I want to embedded the tge's window in it. How can I do?

#1
09/10/2008 (7:56 am)
To embed anything within a GUI you right click the element you want to be the parent, and a blue box will appear around it (so you know the correct item is selected) then you just drop whatever dialog you want into that box. I hope that helps.
#2
09/10/2008 (8:20 am)
I'm pretty sure Train is talking about the actual OS-game-window not about Torque Gui's. But unfortunately I have no idea how to do that.