D
David
I show my dialog form with ShowDialog() method, How can I make my dialog
form to show X icon on top right corner?
form to show X icon on top right corner?
David said:Yes but when user click OK icon form is closed and DialogResult.OK is
returned, but I wnat to control when user click OK and make some data
verifications.
How can I do it?
event associated with it (you cannot access it directly from your code)Ali said:The ok button at the top right corner of the form does not have a click
Ali Gardezi