Help me makink my project interface

I am doing a convex lens experiment project for my undergrad graphics course. I have build most of the project using NeHe’s code, and left some part in the bottom for menu. Now i want to put buttons in the menu those will be used with a mouse. Now i can use openGL to desighn the menu or use MFC to build the program and set my project on it. In both cases i need some help.
Specially i would be happy if anyone can give me a mfc program/code that that has a opengl window created and some portion below the window buttons are placed. Then i can edit the menu and do my project on the window.