
Boxplots in Seaborn
How do you create boxplots in Python’s seaborn? Why would you want to create boxplots in the first […]
How do you create boxplots in Python’s seaborn? Why would you want to create boxplots in the first […]
The user of your WPF has just made a selection in the ComboBox on your GUI. Which one […]
This post is a follow-up to a previous post called WPF ComboBox Colors. In this project, I have […]
The PasswordBox is similar to the TextBox except that we don’t want to display the characters that the […]
The RichTextBox control is a more advanced TextBox that can contain formatted text and arbitrary objects embedded in […]
The GroupBox is a familiar control for organizing numerous controls. You might use it to surround a group […]
Consuming our file input box user control is not difficult. This post illustrates how you might consume the […]
One good use-case for creating a user control is a file input text box. This post is based […]
Here is another example of the ListBox. Here we will display all of the system fonts. Below is […]
A CheckBox is a familiar control to even the casual computer user. CheckBox is a simple class in […]
ListBox SelectionChanged Event This post follows along using the example from the previous post. The series links can […]
This post is a sample program of a ComboBox that lists all of the WPF system colors. It […]