c#

How to Add an Image in a ListView Programmatically in C#.

If you want to learn how to add an image inside a ListView programmatically? This tutorial is just right for you. You may find it hard to do, but I will teach you the simplest way on how to do it. In this method, you will be able to add any image that you like and put it inside the ListView. Aside from that, you can also resize the image according to your desire.

How to Add DateTimePicker Column Using C#

Here’s another tutorial that beginners in programming will find it very useful when they are writing codes. In this tutorial, I’m going to teach you how to add DateTimePicker Column using C#. This is just a simple method that can view the datetimepicker in a column and select the date that you need. Just follow the guide below and you will see how it works.

How to Get DataRow Based on DataGridView in C#

In this tutorial, I will teach you how to get DataRow Based on DataGridView using C#. This method can easily get the data in a selected row in the datagridview. It also extracted the data and display it in a certain textbox when you click the cells in a row inside the datagridview. I used Microsoft Visual Studio 2015 and XAMPP to develop this application.

Accept Numbers Only in a Textbox Using C#

In this tutorial, I’m going to teach you how to accept numbers only in a textbox using C#. This method has the capability of identifying the number only inside the textbox, this can be used in any fields that only numbers are valid, for instance, fields like Contacts, age and etc.. You will see how simple it is once you follow the instructions below.