Task Manager data
BlitzMax Forums/BlitzMax Programming/Task Manager data
| ||
| Is there a module or code anywhere that would allow me to get a complete list of running programs including which process spawn them? Basically I want my program to be able to access the data that Task Manager shows in Windows. |
| ||
| Yep, see here. There's a GUI-less version further down in the comments, too... |
| ||
| Thank you :) |