visual basic

Page Flip in VB.NET

This tutorial will teach you how to create a flipping of image program as a page 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 two Buttons named Button2 for flipping right the image and Button3 for the left flipping. Add 10 PictureBox and two Timer.

Print with an Inputted TextBox using VB.NET

This tutorial will teach you how to create a program that creates a printing of textbox 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 Button for printing named "bnprint", a textbox named "tx1", .a PrintDialog, and PrintDocument1.

Display Battery Information in VB.NET

This tutorial will teach you how to create a program that will get the information of the battery of your laptop such as getting its percentage battery and if it is charging or not using vb.net language. 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 ProgressBar on the Form and a Timer on it.

Display Hardware Information (Bus,Motherboard,Memory,Sound) in Vb.NET

This is a continuation of my other tutorial entitled Display Bios Information using VB.NET, but this time it will display all the hardware information such as Bus,Motherboard,Memory, and Sound in Vb.NET also. 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 TabControl and a DataGridView Only.

Display Bios Information in VB.NET

Today, I will teach you how to create a program that can display the hardware information of the BIOS 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 a TabControl and a DataGridView Only.

Jewellery Shop Management in VB

It is the live software for Jewellery shop to maintain the database and shop Schedules. Recently the Microsoft Visual FoxPro and Microsoft Office Access are using for maintain a record. But they are not able to handle large number of data and to provide a security and search record properly. They not have user interface, so it’s not user friendly. So, to provide the more convenient, user friendly

Hide Desktop Applications using VB.NET

This tutorial will teach you how to create a program that will hide all your desktop applications using visual basic.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. Add only a button named Button1 and a Timer named Timer1.

Disable/Enable Close Button in Windows Form using VB.NET

This tutorial will teach you how to create program that can disable and enable a close button in the windows form using vb.net language. 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 GroupBox and two buttons for Disable and Enable Close button named Button1 and Button2 respectively.

Format a Drive using VB.NET

This tutorial will teach you how to create a program that can format a drive such as C or D 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 only one Button named Button1 and one combobox named ComboBox1 to get all the drives.