Disable Window Menu

Posted by Jookia on Stack Overflow See other posts from Stack Overflow or by Jookia
Published on 2010-03-27T16:53:03Z Indexed on 2010/03/27 17:03 UTC
Read the original article Hit count: 318

Filed under:
|
|
|

In my C OpenGL app the window style requires WS_SYSMENU to show the close and minimize buttons, but it also brings up a stupid menu everytime I press alt.

How can I disable this?

© Stack Overflow or respective owner

Related posts about c

    Related posts about opengl