GLUI and VC++ Help

Hi,
I have just began to develop my first lines of code using OpenGL. I am using GLUI and GLUT with VC++ 6.0.

I downloaded GLUI manual but I didn’t found methods to set the resizable property of the GLUI windows to false, and set up a GLUI button to work properly…

Please, anyone knows where could I get some additional information (on-line books, manuals) about GLUI and VC++ 6.0?

Thanks,
HyperDoubt

Glui is built on top of glut, the only manual is the one that it comes with as a pdf file. Gets to grips with glut first and then build in glui.