pop-up box

I want a pop up box to give controls for an application i am writing how do i go about making one?

Thanks
Saxo

Stuff like that is outside the realm of OpenGL. How you do it depends on your OS, what sort of windowing libraries you are using, etc.

Search google for GLUI, not GLUT,

G L U I. This will give you dialog controls
with sliders, fields, etc. It works with glut!

Hi,

quad:
I want a pop up box to give controls for an application i am writing how do i go about making one

You can use MFC to create the application that have OpenGL features and windows base features, but your application only can run on windows platform.

That is the link for the simple application that was developed under MFC with OpenGL.
http://myopendemo.hypermart.net/MFC.htm

hope it can help.