Hi,
How can I keep a form in vb.net Arcobject in front of arcmap always ?
You can also use this code when showing the form to set its owner as the ArcMap application
MyFormInstanceName.Show(System.Windows.Forms.Control.FromHandle(My.ArcMap.Application.hWnd))
If the form is modal it should always appear on top. If the form is modeless you should be able to set the TopMost property to true, which should keep it on top.
How to: Keep a Windows Form on Top
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.