Delete Window Frame

Hi all,

I have a question about opengl. Is there some function that let me to delete the Windows frame that appears in every windows applications. I don`t know if it is possible.

Thanks

If you are using GLUT you can use the glutFullscreen() mode which will give you a fullscreen window without any decorators but OpenGL itself doesnt deal with platform specific window handling stuff, you have to do that on your own.

Of course this really belongs into the “OpenGL coding: beginners” board on this site.

Thanks qwerty77. I`ll ask in the other section next time. Sorry

But I don`t want a full screen, my application requires an 1600x600 window without frame.