Hi, I have a small problem...
I'm developing a small application (very similar to the Windows Task Manager) that I want to be able to control other application windows (Bring them up, change focus, minimize them and so on).
I don't know how to control the other windows, but I have managed to collect all processes that run on my computer (Which wasn't hard at all). Can I access the controlling-functions through the process classes or is there any other way to control them?
Please help me,
J-P