
WPF Set Background from C#
In Windows Presentation Foundation (WPF), how do you set the Background color of a TextBox or other element […]
In Windows Presentation Foundation (WPF), how do you set the Background color of a TextBox or other element […]
An optional parameter is a parameter that you can either include or omit when invoking the method. To […]
This post is about how to connect to a local SQL Server database and read a table from […]
WPF does not have a built-in wizard control. What you can do, however, is use a work-around. The […]
WPF offers a way to set up pages for your application. What do I mean by that and […]
WPF has a Hyperlink element that acts a bit like the hyperlinks in HTML. Hyperlinks can be embedded […]
The DataGrid is a good candidate for displaying basic hard drive information because the rows are created automatically. […]
In his book WPF 4.5 Unleashed, Adam Nathan uses the example of Microsoft’s Visual Studio program to guide […]
In his book WPF 4.5 Unleashed, Adam Nathan uses the example of a photo gallery application to illustrate […]
The PasswordBox is similar to the TextBox except that we don’t want to display the characters that the […]
When you have operations in your software that take a long time to complete, you might find that […]
The FlowDocumentReader is the most advanced read-only wrapper that you can place around a FlowDocument. It offers buttons […]