yourForm.Show(System.Windows.Forms.Control.FromHandle((IntPtr)m_application.hWnd));
MyFormInstanceName.Show(System.Windows.Forms.Control.FromHandle(My.ArcMap.Application.hWnd))
yourForm.Show(System.Windows.Forms.Control.FromHandle(CType(m_application.hWnd, IntPtr)))
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.