opening an emergent window in WPF application

Posted by Meli on Stack Overflow See other posts from Stack Overflow or by Meli
Published on 2010-06-05T14:40:51Z Indexed on 2010/06/05 14:42 UTC
Read the original article Hit count: 285

Filed under:
|
|

I want to open window2.xaml from the window1.xaml window as an emergent (floating) window. In winforms that was form2.show() , how do I do it in WPF for both WPF application and WPFbrowser application? (I assume it's different for WPF application and WPFbrowser application)

© Stack Overflow or respective owner

Related posts about .NET

Related posts about wpf