This question is a result of a discussion. I was wondering if a window that is created via WinAPI can behave like explorer windows e.g. can be controlled by the Windows and the arrow keys. (if you press Windows + ArrowKey the focused window should move and snap in that direction on the side).
Is it possible to tell that a window should behave like this or would one have to handle such control commands by himself?