Visual Basic Setup Development Environment — Tutlane

Tutlanelearning
3 min readNov 1, 2020

--

As talked about in VB Introduction, Visual Basic (VB) programming language has based on .NET Framework to construct an assortment of secure and vigorous applications, for example, windows, web or information base applications dependent on our necessities.

To run Visual Basic (VB) applications, we need to introduce a .NET Framework segment on our machines. In the event that, on the off chance that you are utilizing a Windows working framework, at that point as a matter of course .NET Framework introduced on your machine. To find out about .NET Framework adaptations introduced on your machine, check this .NET Framework Versions.

Visual Studio IDE

Microsoft has given an IDE (Integrated Development Environment) device called Visual Studio to fabricate applications utilizing programming dialects, for example, C#, F#, Visual Basic, and so on dependent on our necessities.

The Visual Studio IDE will furnish a typical UI with an assortment of various improvement apparatuses to fabricate applications with various programming dialects, for example, C#, F#, Visual Basic, and so on

To introduce and utilize Visual Studio for business reason we have to purchase a permit from Microsoft. In the event that, in the event that you need to utilize Visual Studio for learning (non-business) purposes, Microsoft gave a free Visual Studio Community rendition.

You can download and introduce a Visual Studio Community adaptation from visualstudio.com. In our Visual Basic (VB) instructional exercise, we will utilize the Visual Studio 2017 network variant.

Presently we will perceive how to make a reassure application utilizing visual studio in a visual essential programming language.

Create a Project in Visual Studio

Once you are done with visual studio installation, open visual studio and it will be prompted to sign in for the first time. The sign-in step is optional so you can skip it and in the next step, the dialog box will appear and ask you to choose your Development Settings and color theme. Once you select the required options, click on Start Visual Studio option like as shown below.

After visual studio launch, create a new console application using a visual basic programming language for that, Go to File à New à select a Project like as shown below.

Once you click on Project, a new popup will open in that select Visual Basic from the left pane and choose Console App. In the Name section give any name for your project and select an appropriate Location path to save your project files and click OK like as shown below.

Once we click on the OK button, a new console application will be created like as shown below.

This is how we can create a console application in a visual basic programming language using visual studio based on our requirements.

--

--

Tutlanelearning
Tutlanelearning

No responses yet