I need control to resize other active windows
I'm trying to write an application that will work along with a couple of other Windows programs I write. For my application, I need to be able to resize the other programs when my application is opened, closed, maximized, minimized, etc. Specifically, I need my application on the right side of the window and to move the other programs over. I could use the MOVEWINDOW() function, but I'm having trouble finding the handler of the other windows I need to move. I try to use the FINDWINDOW() function, but either I'm using it wrong, or its not working the way I want it. Any help?
|