In WPF, you can bind a DataGrid control to multiple arrays by using a MultiBinding. Here is an...
Category - WPF Form
C# Using BackgroundWorker
BackgroundWorker In C# In the case of time-consuming tasks (eg reading a very large text file), it...
Textbox for Numeric Content in C#
Sometimes it can make sense not to allow certain user input. For example, if you want to perform...
Add Image to ListBox Item in WPF Step by Step
In this tutorial, I’ll show you How to display Images in a WPF ListBox. Step 1: Open Visual...
Add attacments while sending email in .NET
You can send email from a .net application using System.Net.Mail.MailMessage namespace. It is very...
Simple Calculator Example in C# WPF Application
he following C# code is for a simple calculator. In this tutorial we will use Visual Studio and the...
Delete a File in C#
To delete a file in Windows using a WPF, Form or Console App you could use the following code: Add...
Temperature Conversion in C# Form
In this tutorial we are going to make a Temperature converter which can convert Celsius to...
C# Base64 String to PNG Image
Here’s the code for saving a base64 encoded string to image file in C#. You can to convert a...
WPF Image TemplateBinding
If we want to show an image that was saved as path into database in template, we must use covert...