Related questions
Transitioning from Windows Forms to WPF
For a long time now, I have been stuck with Windows Forms development (started with VB6, and has continued through to C# .NET 4.5), and I have pretty much hit the limit of what Windows Forms can do, both using pure .…
Minimize a window in WPF?
How do you minimize a window programmatically when using windows WPF? I can seem to find a .Resize attribute?
WPF or Windows Forms
I've been playing around with C# console applications for about a year and I want to move on to creating GUI applications. I have never done any GUI development besides basic Java applications, but I want to continue using C#. …