Visual Basic .NET Tutorial

How to Add Form Inside a Form in VB.Net

Submitted by janobe on
This time in my tutorial I’m going to teach you how to add Form inside a Form in vb.net. Adding a form inside the form is very useful to all the programmers that is developing a windows application or a software. Form is a very important element because it helps hold the object like textbox, button, label and etc. In this way, even a form can also be added in a Form.

How to Add SAP Crystal Report in Visual Studio 2015

Submitted by janobe on
In this tutorial, I will show you how to add SAP Crystal Reports in Microsoft Visual Studio 2015. When installing Microsoft Visual Studio 2015 it does not include a SAP Crystal Reports because it is not installed as a third party application. This means that you have to install it by yourself. Don't worry it's very easy, even a beginner can follow this simple step that I'm going to show you below.

Get And Display Hard Disk Serial Number In VB.NET

Submitted by donbermoy on
This tutorial is all about getting and displaying the hard disk serial number for a complete disk but not in just a single drive 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 textbox named TextBox1 in your Form. 3.

Extract Filenames From An ImageList Using VB.NET

Submitted by donbermoy on
This tutorial will teach you how to create a program that can extract filenames from an ImageList using VB. 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 , ListBox named ListBox1, and an ImageList .

Press Enter in TextBox to Trigger Click Event in VB.NET

Submitted by donbermoy on
This is a very simple tutorial of mine yet a very useful one. This is a program that when you press the enter key in the textbox, it will trigger to have the click event of the button using the VB.NET programming 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.

Empty Recycle Bin using VB.NET

Submitted by donbermoy on
This tutorial will teach you how to create a program that can delete all the files in the Recycle Bin and Empty it using the 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 Button named Button1 and labeled it as "Empty Bin".