Closed/Closing event not firing.

  • Thread starter Thread starter KD
  • Start date Start date
K

KD

My appliction uses Sub Main as startup.

In Sub Main I have Appliction.Run(new frmstartup)

When I click the "X" on frmstartup the form dissappears but the
Closed/Closing event do not fire?

Any ideas?

Thanks.

KD
 
The (X) is a minimize button. Set MinimizeButton tpo False for the Form and
it becomes an (ok), which closes the Form.

-Chris
 
Back
Top