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".

Get Length of the File using LOF Function in VB.NET

Submitted by donzzsky on
In this tutorial, we will create a program that can get the exact length of any kinds of file using the LOF function and without importing the system.IO. 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.

Creating a Management Solution in Visual Basic #4 Filtering Records #3 Modify GUI For Previous Record Altering

Submitted by Yorkiebar on
Introduction: This tutorial is going to be on how to create a record management solution in Visual Basic. This Tutorial: Since this is a multi-part tutorial series, this tutorial is going to be on creating the third and final part of the filter records GUI, the modify GUI. Design: First add a new Windows Form to your project by going to Project > Add New Windows Form > Windows Form > Filter Modify GUI > OK. Then give it the following design, it's very similar to the add record GUI... Textbox, textbox1, information will be entere

Convert Number to Octal in VB.NET

Submitted by donbermoy on
In this article, we will create a program that can convert a given number into octal. Octal describes a base-8 number system. 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".

Copy Image in Clipboard and Paste to PictureBox in VB.NET

Submitted by donbermoy on
In this article, we will create a program that copies an image in the clipboard and pastes it to a picturebox. I made a twist here because most programs only copy and pastes a text. 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.