Welcome to MSDN Blogs Sign in | Join | Help

Mitsu's blog

Discussing topics related to .Net, WPF, C# and Linq

Browse by Tags

All Tags » anonymous metho... » WPF
How to simulate modal windows inside a single 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 Read More...
Page view tracker