Draw a Text in a Windows Form in VB.NET

Submitted by donbermoy on
In this article, we will create a program that can draw a text in a windows form when we click a button. We will use the Graphics and StringFormat class for this. 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.

Get and Display all Computer Ports in VB.NET

Submitted by donbermoy on
In this tutorial, we will going to create a program that will get and display all the computer ports in vb.net. 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 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 "Get Computer Ports".

JKUAT Unit Registration System

Submitted by theadmiraleliud on
This is a JKAUT unit registration online system online whose main aim is to standardize the process of capturing, storing and retrieval of student records. Those records are then made available at any other site that has subscribed to the framework. It is also aimed at enabling the faculty and records managers keep track of student records regardless of the university they attend and to enable

Search Item in a ListBox in VB.NET

Submitted by donbermoy on
This tutorial provides to create a program that can search an item inside a ListBox 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.

Switch Function in VB.NET

Submitted by donbermoy on
In this tutorial, we will create a program that can get the name of the country by inputting the capital city using the switch function. 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 Button named Button1 and labeled it as "Answer".

Java Point-of-Sale System for Tapsihan

Submitted by donbermoy on
This is a Point-of-Sale System for Tapsihan. Language: Java Database: MS Access This system features to have its own menu for foods like tapsilog, hamsilog, etc., drinks like softdrinks such as coke 8oz, 12oz, etc,., and extras like rice, tapa, logganiza because all of these are fixed in a Tapsihan. This system also covers to add all the desired order of the customer via clicking the images and

Convert Number to Hexadecimal in VB.NET

Submitted by donbermoy on
In this article, we will create a program that can convert a given number into hexadecimal equivalent. Hexadecimal describes a base-16 number system, that is 0 to 9 and A to F. 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 Button named Button1 and labeled it as "Convert".