MyPopupForm form = new MyPopupForm();form.ShowDialog(this);
MyPopupForm form = new MyPopupForm();form.Show(this);
Login to post response