![]() |
Sign Up! | Tags | Domains | Statistics | Options | Advanced Search |
Tagged: development, wpf, net 3 5
Simulate Modal Windows Inside WPF Window Using Anonymous Methods Introduction In our windows applications we are commonly using modal windows. Let's remind the idea. Using windows forms, once a window is created, we can choose to show it in a modal manner (form.ShowDialog()). The window then becomes THE front window between all the other windows of our application. Moreover, all the other … Continue Reading »