Setting WPF Dialog owner from within WinForms application by Wpf

Thu, 02 Jul 2009 10:48:59 -0600

Setting WPF Dialog owner from within WinForms application

by Wpf @ Thu, 02 Jul 2009 10:48:59 -0600



I had some WPF dialog that I need to show from older WinForms application, or more precisely from some WinForms UserControl. The problem was to set Owner of that dialog, GetWindow() didn't work (of course) and leaving dialog without an ...