how to end an application forcibly from within that application???

  • Thread starter Thread starter Basha
  • Start date Start date
B

Basha

I have an app which shellexecutes another app. After that it has to end itself.

End statement doesn't seem to work in this version of compact framework.

Also, application.exit, doesn't actually close the application.



One more thing, how to I close an application from OUTSIDE that application?

Ex, how can I close an instance of example.EXE running, programmatically?
 
Back
Top