How to set Win32 window as owner of WPF window?
Posted
by Sam
on Stack Overflow
See other posts from Stack Overflow
or by Sam
Published on 2010-04-08T10:24:54Z
Indexed on
2010/04/08
11:53 UTC
Read the original article
Hit count: 192
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.
For this I'd like to set the owner of the WPF window to the win32 windows, but I got no idea how to achieve this.
Any help here?
© Stack Overflow or respective owner