Switching Forms
For a windows forms application, how do you switch to another form?
For example your on form1 and you click a button. Some processing occurs on the back end and when that is completed you want a new form form2 to be the active form.
Thanks

