I'm trying to port MFC code to Windows Forms, but how do I associate a CWnd object to a Windows Form object and which one (e.g. PictureBox, Panel)?

This is my MFC code:

void CVRDEditOCXTestDlg:oDataExchange(CDataExchange* pDX)
{
DDX_Control(pDX, IDC_EDITOCXCTRL, m_myOCX);
}


IDC_EDITOCXCTRL is an ActiveX plugin control and is used to display video