This is the code to open a popup window in wpf. We need to create an empty window for popup and we’ll assign the object of the WPF Window to it. In this example we wre trying to open PopupForm.xaml as popup. private void OpenPopup() { var oPopupForm = new ucPopupFormPopup(); // create POPUP [...]
Tag: How to open Popup
