I am learning WPF and wondered if there is a way to show a WPF window from an existing C # WinForm without โhostingโ WinForm in WPF? I tried using myWPFWindow.show () in a button click event to display a window. The window is displayed, but the text fields displayed in the window do not allow me to print. Can someone point me in the right direction how to do this?
Thank.
source
share