Working on development of C# application.
I want to keep Close button on top right in title bar, but if end users click on it, all I want is that he gets info window that he can not close application until some other proper button.
Is it possible to achieve?
Tnx in adv!
You can handle the
FormClosingevent event handler like this