user-avatar
Today is Sunday
May 19, 2013

Tag: How to open Popup

February 16, 2010

How to open popup in wpf?

by Ashish Sehajpal — Categories: Development — Tags: , 1 Comment

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 [...]

© 2013 Sehajpal.com All rights reserved - Mobile View