Click to See Complete Forum and Search --> : Need input from expert codeguru


messin18
January 25th, 2005, 02:41 PM
I'm planning out a project and i need some advice.

The program is going to be a video game object editor/viewer.

I need to design a fairly nice UI that has a few windows.

I need 3 windows / Sections in the program

The first window/section should be on the left hand side and will be a list of all objects you can edit. They should have a checkbox next to them so you can edit all or one at the same time.

The second window should list all options you can edit,

The third window should be able to render the object in directx 9.

I was thinking of doing this in .NET with MFC. I've already found a tutorial on how to make a MFC applicaiton what can render in directx and i've found alot of tutorials on everything else involved with MFC

However i'm not sure if i can tie everything together. I havn't really found anything that tells you how to break up an MFC program into several seperate windows or sections.

An input would be great!

thanks.