I have a VS Using 2008, I'm building an app in C # - I've changed a file if a file has changed it's off, but it only works for the File> Closed menu Is there any way to get red X in the top right to do anything really? if so, how? I'm only doing C # for a few days, and it's incredibly confusing - There is no way for the overall interface window anywhere Help is greatly appreciated Thanks.
Use the form. Form Closing Event Or formcasted event, which comes later and can not cancel the cloning.
and from the file. Close the menu, just close the form ().
If you do this, you have 1 spot (form-closing) where all possible methods of closing a form (together with ALT + F4 and Task Manager) are united.
Take a look at e.CloseReason, for example when you WindowsShutDown
Comments
Post a Comment