Hi,
How do I close programes from an application made in MMF2 Dev?
Printable View
Hi,
How do I close programes from an application made in MMF2 Dev?
I think there was a process killer extension that can kill running exe files.
There is a process view object but no process killer object? Could you give me a link to the process killer?
Thanks
EDIT: How do I close programes (exe's included)/windows explorer etc with an application made in MMF2 Dev?
Process Viewer can terminate processes.
I did not know of a process killer object but with the process viewer and control X you could get a list of programs bring them to the front and do a Alt+F4 key stroke simulation. This is just a thought, don't know if it would work or not. I don't even know if we have an object that will bring a NON MMF app to the front but you could use ControlX to simulate and Alt+Tab to switch between apps. If the process viewer allows you to see what's on top based on the order returned then you will know when to stop Alt+Tab and use the Alt+F4 to close the application.
I have no idea if this would help what you are attempting to do but when I read your post it was the first dot I connected for a solution.
God Bless,
K
Werbad: How, can you make me an example?
How do I close programes (exe's included)/windows explorer etc with an application made in MMF2 Dev?
Depends what information you have about the process. If it's only the name I think you have to enumerate all processes to retrieve it's handle.
Say what now?
http://s3.directupload.net/images/080814/vkspqrfd.png
The list updating isn't needed at start of frame, but you should use it when you do something like "on button clicked".
Tskill ?