Hi
when I load form in Arcmap it is in the center
how can I load the form to the left not in the center over the map
someone here who can help me with this
Regards
ssalomon
when I load form in Arcmap it is in the center
how can I load the form to the left not in the center over the map
someone here who can help me with this
Regards
ssalomon
Code:
My.ArcMap.Application.CurrentTool = Nothing
Dim pIntPtr As IntPtr = New IntPtr(My.ArcMap.Application.hWnd)
Dim pMyForm As Filtertengiv = New Filtertengiv()
pMyForm.Show(CType(System.Windows.Forms.Form.FromHandle(My.ArcMap.Application.hWnd), System.Windows.Forms.Form))
My.ArcMap.Application.CurrentTool = Nothing