PDA

View Full Version : How to hide taskbar in game mode???



flowerJT
10-04-2004, 04:18 AM
Hi everyone,

I create my environment using glutGameModeString, etc. The first thing I've noticed was that the mouse pointer was visible. I figured out that that "ShowCursor( false )" helped me with that problem. But what about the taskbar? Does anybody know how to hide the taskbar at the bottom?

Many thanks

Jupp

shinpaughp
10-07-2004, 09:31 PM
function glutFullScreen glutfullscreen (http://www.opengl.org/resources/libraries/glut/spec3/node24.html#SECTION00059000000000000000)

if you don't find it in your glut header download it from Nate Robin\'s GLUT for Windows page (http://www.xmission.com/~nate/glut.html) .