Nevermind! I managed to locate the line that I need:

Code:
glutInit(MS_LIB);
Thanks anyways. :)

EDIT
Is there a way to set a procedure to be called or something that will allow me to close the Form after the OpenGL window has been closed? It's pretty annoying to have to close both windows each time I run a program. :P