SDL display into windows MFC dialog

Hello

I was wondering if it were a way to display SDL into a simple control ( MFC controls in my case ) into a winforms dialogbox.

I know opengl can be displayed like this with the wglCreateContext() function (from w32 API).
( Should I use the standar directx device context functions for that ? )

thnx