How can i make an app so theres like a pull down menue that displays the current running processes? also how can i make it so when i click 1 of those i can hide the process in taskmgr? ALSO! if i cant do that how can i implement C++ into my coding cuz i can hide a process in C++ but im not sure if i can in MMF
In MMF try the "FerretSys" Object and the "Process Viewer" object(found in the latest Bonus Pack) im not sure if they will do exactly what you want but thats probably the only way you could go about making it in MMF.
If you want to code on in C++ then just use the Browser object to execute up your C++ file.