Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi all. I want to show all the windows processes in my QWidget and generate a message when any process (.exe) closes/stops. i am not using Qt Creator I am using Qt msvc add on 4.8 and MSVC 10.
Waiting for good reply from experts. Thanks in advance.
i do it with windows API s
i did it some part . i can show all processes (.exe) but stuck how to generate a msg when any process closes/stops. any sugetions?