C#

C-Sharp

ColorDialog in C#

Submitted by janobe on
In this tutorial, I will teach you how to use a ColorDialog in C#. This method has the ability to select a color in a textbox. It shows a form with different colors that you can select to change your text and background color. See the procedure below to see how it works.

Password Validation in C#

Submitted by janobe on
Today, you will learn how to create a password validation textbox in c#. This procedure illustrates how to validate a textbox at least 8 to 15 charters and it's composed of at least one upper case and numbers. This is very helpful for you when you have to restrict your textbox password.

Employees Record System in C# and MySQL Database

Submitted by janobe on
This Employee’s Record system in an automated system that aims to easily keep track and organized with accuracy all records on all employees. This is ideal if you have a small business wherein you can save a lot of time and you can keep better records at the same time without hassle. With this system, you will no longer need paper forms and filing cabinets. All records and information of employees

Adding Multiple Columns and Rows in the DataGridView Programmatically Using C#.

Submitted by janobe on
This time, I’m going to teach you how to add multiple columns and rows in the Datagridview programmatically using C#. This method will illustrate on how to control the columns and rows by creating it manually inside the datagridview. This is a big help for you when you are a beginner in programming.

Clever Way to Save Multiple Data Using C# and MS Access Database

Submitted by janobe on
Now, in this tutorial, I’m going to teach you how to save multiple data in C# and MS Access Database. There are times that you are having a hard time on what to do with saving multiple data. Well, this tutorial is just right for you. This is just simple yet very helpful when you happened to encounter this kind of problem. All you have to do is follow all the instructions that are shown below.

How to Fill ComboBox with Data inside the DataGridView in C# and MS Access Database

Submitted by janobe on
This time, I will teach you how to fill combobox with data in the datagridview in C# and MS Access database. This is very useful most especially when you are dealing with combo box and datagridview control. In this way, you can manipulate the data inside a combobox easily.

How to Find Records Using an Autocomplete TextBox in C#.

Submitted by janobe on
In this tutorial, I will teach you how to find records using an autocomplete textbox in c#. This method has the ability to find records immediately by typing the data in the textbox . It also has the capability to auto-suggest and appends if there is an existing name in the database that you type in the textbox. Lets begin.