Hello all,
When I have a form open in ArcMap, it creates another page in the windows taskbar (makes it look like two instances of ArcMap are open, see pic).
Attachment 21958
How do I change this? I'm using vb.net and calling the form like this:
Dim makeform As New frmMake
makeform.ShowDialog(System.Windows.Forms.Control.FromHandle(My.ArcMap.Application.hWnd))
It doesn't happen when you use native forms like Identify.
Thank you,
Corbin de Bruin
When I have a form open in ArcMap, it creates another page in the windows taskbar (makes it look like two instances of ArcMap are open, see pic).
Attachment 21958
How do I change this? I'm using vb.net and calling the form like this:
Dim makeform As New frmMake
makeform.ShowDialog(System.Windows.Forms.Control.FromHandle(My.ArcMap.Application.hWnd))
It doesn't happen when you use native forms like Identify.
Thank you,
Corbin de Bruin