Quantcast
Channel: WPF – Nikola Brežnjak blog
Browsing latest articles
Browse All 3 View Live

Maximizing WPF Window to second monitor

So, if you have this in the code behind: if (System.Windows.Forms.Screen.AllScreens.Length >= Config.ScreenNumber) { System.Drawing.Rectangle screenBounds =...

View Article


How to build a font viewer application in WPF without writing any C# code

TL;DR You can download from Github the demo application (zipped exe) or the whole source code project (Visual Studio project solution), or continue reading to see how it was built step by step. What is...

View Article

Custom YES/NO dialog with DialogResult in WPF

A simple example of how to make a custom YES/NO dialog with DialogResult in WPF. Freely (as in beer) available code is on Github: https://github.com/Hitman666/CustomYesNoDialogWPF. The breakdown is...

View Article
Browsing latest articles
Browse All 3 View Live