Hi,I am trying to use load forms in Add-ins, but it doesnt work. If anyone have any idea please help.Thanks,Ahmad
Dim myForm As New Windows.Forms.Form Dim myCombo As New Windows.Forms.ComboBox Dim myCreate As New Windows.Forms.Button myForm.StartPosition = FormStartPosition.CenterScreen myForm.Height = 110 myForm.Width = 150 ...
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.