How to hide taskbar in game mode???

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

function glutFullScreen glutfullscreen

if you don’t find it in your glut header download it from Nate Robin's GLUT for Windows page .