Tutorials

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.