OpenGL with Windows

Can I put OpenGL graphics in any windows control or do I have to put it in a CView? I currently have it working with a CFormView but I would like to have other functionality like buttons and lists, etc. When I put these other controls on the FormView with OpenGL graphics taking up the background, the controls flash.

You can draw to any control from wich you can get a Device Context.

It should work.