Terminate application

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
 
D

dwhittenburg

The X is for minimizing...

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top