Displaying a CView over top of a COpenGLView

Is there a way to have a CView overlap a COpenGLView without the COpenGLView blocking out the CView?

No, not possible in a cross platform way.

Thanks for the quick reply.