ProgressBar Component in Java

Submitted by donbermoy on
Today in Java, i will teach you how to create a progressbar component using JProgressBar control in Java. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of ProgressBar.java. 2. Import javax.swing.* package because we will going to have the JProgressBar, JFrame, SwingUtilities in swing and also the JPanel as the container of this.

Change Background Color using ColorDialog in C#

Submitted by donbermoy on
Today in C#, I will teach you how to create a program that changes background color using ColorDialog in C#. Now, let's start this Color Dialog 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 Button named Button1 and labeled it as "Change Background Color".

Record and Play Audio in VB.NET

Submitted by donbermoy on
Today in VB.NET, i will teach you how to create a program that records and plays audio (microphone) 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 three buttons named Button1 as record button for recording audio, Button2 as save and stop button, and Button3 for playing the recorded audio.

Android Voice Recognition App

Submitted by donbermoy on
This is an app that I have created using Basic4Android called Voice Recognition App. This app features to recognize voice using Google Voice Recognition application. When you say a sentence or words, it will automatically recognize the app and will also say the words you've said. Then the speech will display as a prompt message. This app also determines if your phone is supported for voice recognition or not. Copy and install VoiceRecognition.apk and run it. Happy coding sourcecodester! :D Best Regards, Engr.

Delete Folder and Its Content using C#

Submitted by donbermoy on
In this tutorial, i will going to teach you how to create a folder and its content using C#. I always got an error in creating this program prompted as "Directory is not empty" and it cannot be deleted. So, I came up this program and studied again the possible code to fix this. Now, let's start this tutorial! 1.

Count Number of Characters using C#

Submitted by donbermoy on
Today in C# tutorial, i will teach you how to create a program that counts the number of characters using C#. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application in C# for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application and name your project as Count Number of Characters. 2. Next, add only one Button named Button1 and labeled it as "Count Characters".

Phone Info

Submitted by thakurnirbhay on
This is my 1st Application. My name is Nirbhay Singh student of Makhalal Chatuvedi University bhopal. I'm a student of MCA. I belong to Deoria Dist in U.P. Presently Work At Android Application Developement.

How To Create Login Using CodeIgniter

Submitted by GeePee on
This project is a simple login using CodeIgniter and MySQL. It has the option to create an account or directly log in if you already have an account. I have a hard time doing this because this is my first time using CodeIgniter. But compared to the standard PHP, this minimizes the amount of code used on a certain task. For beginners like me, you must see the CodeIgniter Tutorial first for you to