I create a Non modal CDialog in a CView derived class m_wndTestDlg.Create(CTestDlg::IDD, this); and Show/Hide and move the Dialog with the following code
m_wndTestDlg.Create(CTestDlg::IDD, this);