In this tutorial,i’ll show you How to change font size in DataGridView. Solution 1: Design...
Latest articles
How to Remove all event handlers from an event in C#
If you keep track of the event handlers that have been added to an event, you can use -= to remove...
How to Copy a C# Project
Sometimes you might want to copy a C# project so you can save the current version or so you can...
How to Display a colored battery status in C#
This is a minor update to the example Display battery status in a friendly way in C#. That example...
How to Display battery status in a friendly way in C#
The example Display battery status in C# shows how you can get the computer’s battery status...
Use regular expressions to rename files in a directory hierarchy in C#
This example extends the example Use regular expressions to rename files within a date range and...
How to Use regular expressions to rename files within a date range and that match a pattern in C#
This example extends the example Use regular expressions to rename files that match a pattern...
How to Use regular expressions to rename files that match a pattern in C#
This example shows how to use regular expressions to rename files. To use the program, enter a...
How to Find palindrome dates in C#
A palindrome date is a date that, in numeric format, reads the same forward and backward. For...
How to Unblock files received from email or the internet in C#
I do a lot of technical editing. When a project editor sends me files, Windows marks them as from...