Menu's

Started by
0 comments, last by ichiban_addict 20 years, 2 months ago
Hi, I''m trying to create a small model editing program in OpenGL. And for the menu I want a tab menu on the right side of the screen like milk shape 3d has...How can I do this or where can I learn how , can I just use the VC++.net editor that lets you create Dialog boxes etc? or is this kind of stuff MFC?
Advertisement
MFC and the .NET editor allow for the same thing, "Creation of a GUI".

If I remember, you will need to create the window and tell it to draw the buttons, menu''s etc to the window. I know there is also a way to create the GUI in MFC/.NET editor and render the OGL to a control/object.

Dustin Davis
Owner / CEO
Programmers Unlimited
www.Programmers-Unlimited.com
Dustin DavisOwner / CEOProgrammers Unlimitedwww.Programmers-Unlimited.com

This topic is closed to new replies.

Advertisement