Help! I am opening a form modally, and need to close the form if the user clicks anywhere BUT on the form. So, if Form1 is open and the user clicks on Form2 (which he really can't, because Form1 is open modally), I want Form1 to close. Is there anyway to do accomplish this? Any help would be appreciated. Thanks!