color

Colors in Java

This project display list of colors. It is written in Java swing. It can change the background color of JList, and get background and foreground colors. Try this yourself. This is very simple and easy to do. Hope this will you in your future project.

Animation - Blinking and Changing Color Effects of Text (VB.NET)

This tutorial will teach you how to create a program that has a blinking and changing color of the texts using vb.net. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add only one label named DspLabel1 and one timer named Timer1. 3.

Change ProgressBar Color in VB.NET

Usually, the color of the progressbar is green. Now, we will create a program that changes the progressbar color in vb.net. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add three ProgressBar named ProgressBar1, ProgressBar2, and ProgressBar3.

How to use a ColorDialog Box in C#

This tutorial will show you how to use a ColorDialog Box in C#. The purpose of ColorDialog box on windows applications is that, it provides a selection of colors. And you can use the ColorDialog Box for various reasons such as letting the user set or change a color of an object or specifying the background color of a windows form application. The ColorDialog Box like as show below. d1 The figure above shows a list of colors, but if you want to have some customize or define your own color to be used.