This is, again, for my shell replacement for windows. Is there some kind of API calls or method I can use to get the titles of the currently running applications?

Being able to get the Hwnd of an application based on it's title would be helpful too.

And finally, how can I Maximize/Minimize/Close an application assuming I know it's Hwnd?


Thanks.