Introduction - If you have any usage issues, please Google them yourself
WinHandler lets you manipulate the existing windows on your system. You can resize, move, change style and text, kill, copy, paste, undo etc. All by using Win32 API calls.
It is a good demonstration (in my opinion) of Enumeration functions, SendMessage() and SetWindowPos()