Does anyone know how to override or disable the Exit button ("X") on the top right hand corner of a windows form?? The maximize and minimize controls can be disable though the property builder, but the Exit button cannot. I'm working with multiple forms, and by default when the "X" button is clicked, the form is disposed, and thus, lost forever!!!!!!!
---Matt