Change ProgressBar Color in VB.NET

Submitted by donbermoy on
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.

ProgressBar Clock in VB.NET

Submitted by donbermoy on
Today, I will teach you how to create a program that displays a clock using the ProgressBar 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 a Timer named Timer1.

Creating a Registration Page Part I

Submitted by GeePee on
In this tutorial, I will show you how create our Registration Page using Bootstrap framework. The Registration form together with the Login form will welcome you when you access the site. And it will require the new member to register on the site, so that they can login and to have access to the site. First, create a PHP file named “index.php”, save it inside “philsocial” folder. And this PHP file is composed of different parts.

Social Networking Site: Login Page

Submitted by GeePee on
This tutorial is a continuation of our project called “How to Create a Social Networking Site Tutorial”. At this time we’re going to focus on creating login-logout system in a secure way using session. Logging in or signing in or on is the process by which individual access to a computer system is controlled by identifying and authenticating the user through the credentials presented by the user. To start in this tutorial, let’s create first a new PHP file called “session.php”. Then save it inside the inludes folder.

Digitizer

Submitted by Dalimark Tenio on
This simple program is the Digitizer, it extracts digit and display it on the extracted integers with a corresponding integer word like 1=One. It only accepts 5 integers. This is easy and interesting. Try it yourself. Regards, Dalimark Tenio 10uSolutions [email protected] Fan Page: https://www.facebook.com/10usolutions

Calculator

Submitted by Dalimark Tenio on
This program shows a simple calculator with some basic operators like a real calculator. It's kinda hard to understand especially for beginners but interesting project. Hope this project will help you in your project. Regards, Dalimark Tenio 10uSolutions [email protected] Fan Page: https://www.facebook.com/10usolutions

Sales Express Application

Submitted by Dalimark Tenio on
This simple program calculates the total sales from January to December then calculate the average sales. This will identify the company statistics if the company is progressing or not progressing. It was created to serve as an example to those beginners and want to learn in this programming language. Hope this project will help you in your project. Regards, Dalimark Tenio 10uSolutions