r84170 Posted October 16, 2008 Posted October 16, 2008 I have seach a lot but I have not found a pice of code which brings me further. So i hope someone can help me ,please. I have a program (ex. WINVNC4.EXE) running in the systray. How can I close this program? Over the menu (right click)? Or can I use a "kill-process"-function? An how can I get the handle etc.?
i542 Posted October 16, 2008 Posted October 16, 2008 (edited) ProcessClose("WINVNC4.EXE") edit: typo Edited October 16, 2008 by i542 I can do signature me.
Kip Posted October 16, 2008 Posted October 16, 2008 An how can I get the handle etc.?Handle to what?Best idea is to use ProcessClose(). MailSpons: Fake SMTP server for safe email testing Dutch postcode & address API.
r84170 Posted October 16, 2008 Author Posted October 16, 2008 Thank you for the fast reply. But would ist be dangerous to kill a process? What could be the way to close the program normaly by menu?
i542 Posted October 16, 2008 Posted October 16, 2008 But would ist be dangerous to kill a process?You could try, but I suspect it will do any harm to your computer until it's crucial process I can do signature me.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now