Is it possible to run user forms in the background of arcmap? I would like my form to be open and to still be able to work with my map document. Right now I have to close my user form in order to control arcmap.
new Form().ShowDialog()
new Form().Show()