Closing Application

  • Thread starter Thread starter Paul Ilacqua
  • Start date Start date
P

Paul Ilacqua

How can I make sure my application completly closes when a user either
clicks on a close button or uses the X in the upper right corner of the
device. I'm using VB.NET targeting windows mobile 200x. Thank you.

Paul
 
Hi,

If you look de post "close a vb.net multi-form ppc app efficiently"
Daniel Moth shows how to close efficiently your forms. You only have to clic
Me.Close()...

regards
 
Back
Top