|
-
October 21st, 1998, 03:15 PM
#1
EXE Exit code
Is there a way I can set the exit code of a VB app?
-
October 25th, 1998, 06:34 PM
#2
Re: EXE Exit code
The API ExitProcess does that.
-
April 28th, 2000, 07:01 AM
#3
How to saiftly close any application
Can some1 tell me how can I saiftly close some Application started on my PC.
I have try with TerminateProcess, but some things of app does'n end.
Is it posible to use ExitProcess to end some app another then current.
thanx in advence.
-
April 28th, 2000, 07:57 AM
#4
Re: How to saiftly close any application
emm, i think why not you try the easy method,
obtain the hWnd of the appication, and use PostMessage with WM_CLOSE to close it?
HTH
Sooner Or Later, Everyone Does...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|