I would like to be able to show a non-modal form in an already existing application. At the moment I can do something like:
myform.ShowDialog(handleToApp);
How about a simple myForm.Show()?
myForm.Show()