Visual Basic .NET Tutorial

Compute Exponential Number using VB.Net

Submitted by donbermoy on
In this article, i will introduce again some function in VB.NET regarding the Math Functions, this is Math.Pow(). Math.Pow() Function in vb.net computes a number that has an exponent.It returns a specified number raised to the specified power. So, 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.

How to use Math.Min Function in VB.NET

Submitted by donbermoy on
Last day, I introduced the Math.Max Function in VB.Net. Now I will introduce the opposite of it, the Math.Min Function. Math.Min is a function in vb.net that has its class in Math. Math.Min() Mathematical Function in Visual Basic.Net is used to return the smallest of two decimal or integer numbers. Note: This function is only applied in two integer or decimal numbers. So, now let's start this tutorial! 1.

Screenshot Application in VB.NET

Submitted by donbermoy on
If you’ve got a problem with a program, you may be wondering how to show someone the errors you’re receiving. Luckily, taking a screenshot of your current display is just very simple in only pressing the 'PrintScreen' in your Keyboard. but there's one way to do this because we will make an application that captures your screen. So, now let's start this tutorial! 1.

Multiplication Table in VB.NET

Submitted by donbermoy on
Hi! this is me again! For now we will have to create a Multiplication Table using VB.NET. So, 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.

Displaying Computer Information using VB.NET

Submitted by donbermoy on
This is my another tutorial in vb.net entitled Displaying your Computer Information. We will just use My Namespace in which it exposes frequently used information about your application, your computer, and more. So, 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.

How to use Math.Max Function in VB.NET

Submitted by donbermoy on
In this article, i will introduce some function in VB.NET regarding the Math Functions. Math.Max is a function in vb.net that has its class in Math. Math.Max() Mathematical Function in Visual Basic.Net is used to return the largest of two decimal numbers. Note: This function is only applied in two integer or decimal numbers. So, now let's start this tutorial! 1.

How to Display OS Version in Visual Basic.Net

Submitted by donbermoy on
Hi! This is me again! :) Now, i will introduce some kind of tutorial that will find and display your PC's OS Version with the use of Visual Basic. Before we start, let us first discuss what are the codes that we will be using in this tutorial. We will use the OperatingSystem class as it will return a string representation of operating system information and the Environment Class which will provide the current environment and platform of your OS. Now, let's start this OS Version Displaying tutorial! 1.

Font Dialog Tutorial in Visual Basic.NET

Submitted by donbermoy on
Font Dialog is one of the important features in VB.NET The Font because it lets the user choose attributes for a font, such as font family and associated font style, font size, effects , and a script. Now, let's start this Font 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.

Auto Typing Application in VB.NET

Submitted by donbermoy on
Typing means to encode or write. It is really a hassle when we always encode or type such long sentences and paragraphs. But now, i will introduce some kind of tutorial in visual basic.net; the Auto Typing Application. 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.