M
MDB
Hello All,
For some reason when my form is closed the closed event is not being fired
off. The form is created using a start up class:
System.Windows.Forms.Application.Run(new frmMain());
Then in the InitializeComponent (which is called from withing the frmMain
class) it has this:
this.Closed +=new EventHandler(frmMain_Closed);
Then I also have this:
For some reason when my form is closed the closed event is not being fired
off. The form is created using a start up class:
System.Windows.Forms.Application.Run(new frmMain());
Then in the InitializeComponent (which is called from withing the frmMain
class) it has this:
this.Closed +=new EventHandler(frmMain_Closed);
Then I also have this: