I write application in WPF and C#.
I have 2 windows: MainWindow and ToolWindow. I'd like to have ToolWindow stick to the edge of the MainWindow and be always below MainWindow. When ToolWindow gets focus it is on top (with the glow around the edges) MainWindow. The user should be able to use ToolWindow but MainWindow must be on top of the ToolWindow.
Do you have any idea how to do that?