Get and Display all COM Ports using C#

Submitted by donbermoy on
Today in C#, i will going to teach you how to create a program that will get all Computer ports and display it in a ListView using C#. We all know that COM Ports are serial communications port on a PC. 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 program as Get all Computer Ports. 2.

Display Directory Structure using TreeView in VB.NET

Submitted by donbermoy on
Today in VB.NET, i will teach you on how to create a program that loads and displays the directory structure of C using the TreeView control in VB.NET. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application in Visual Basic 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 TreeView1 named TreeView11 to display the contents of C directory structure.

How to Compute Date Difference in C#

Submitted by donbermoy on
Today in C#, i will teach you how to create a program that finds and calculates the difference between two dates using C#. So, now let's start this Date Difference tutorial in C#! 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 Date Difference. 2.

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.