Form Closing Event using(admin ad=new admin()) { if(ad.ShowDialog()==DialogResult.OK) { } else { e.Cancel = true; } } 무조건 닫기 전에 질문하게 된다.