Is it possible to do some operations with a window from other process having it’s handle? What I would like to do is:
-remove window decoration
-move window to any position of the screen
-let window stay on top without making it modal
A link to a command line tool, script or C/C++ code snippet be great.
Thank you very much!
I decided to take another shot, so I experimented with your code and added what was missing: a
-nakedoption.The key to remove the decoration came from here. Though it works, you will eventually find out that the application who got naked might start displaying a few bugs after it.
Enjoy: