I want to use WPF windows in a legacy win32 application. I\'d like to behave them in a similar way, like the WPF window always being displayed on top of the win32 window.>
How about SetParent()? I know works when making a WPF window an MDI Child of a Windows Form.