Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stop my own EXE?

Status
Not open for further replies.

CGehlhausen

Programmer
Joined
Dec 17, 2004
Messages
14
Location
US
How do I stop my own executable?

I have a small app running constantly - then when something happens, it opens another app using shell.

I do something, then I need to close the app.

I have the Do Loop using a While x and y, so it exits the loop, but the app is still running.

I've tried End, Stop and Unload - but there's no forms open. I check task manager and it's still running.

Any ideas? It seems simple, but...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top