Terminate application

  • Thread starter Thread starter Harry Simpson
  • Start date Start date
H

Harry Simpson

How can I actually terminate a PPC app when the user clicks the x on a
particular main screen?

Larry Roof and Dan Fergus's book .NET Compact Framework promises a code
sample in Chapter 17 but I've yet to find it.

TIA
Harry
 
The X is for minimizing...

Me.MinimizeBox = False
This should help you make the X into an OK button which will close.
 
Back
Top