In this article I had explained how to download and install Visual Basic for free. But how to create the first application? Well nel presente articolo ho intenzione di spiegare come creare un'applicazione con Visual Basic.

Non tratterò adesso la programmazione vera e propria, infatti scriverò altri articoli su come imparare a programmare con Visual Basic. Piuttosto, descrivo i passaggi per entrare nell'IDE di Visual Studio e quindi consentire la programmazione in Visual Basic.
Create an Application with Visual Basic
All'avvio di Microsoft Visual Studio 2019, dal menu start di Windows, si apre questa schermata. Per creare un'applicazione con Visual Basic, premere il pulsante Create a new project. Alternatively, you can press Continue without code per entrare direttamente nell'IDE (integrated development environment) di Visual Studio.

L'IDE di Visual Studio è la finestra (l'ambiente) dove è possibile realizzare i form (le finestre) delle applicazioni che andremo a creare e digitare le righe del programma. Per creare un nuovo programma con Visual Basic, partendo dall'IDE, cliccare sul menu File, New, and finally on Project.

Microsoft Visual Studio allows you to program in various programming languages and also to create many types of applications. For this reason there are many choices.

To create a normal desktop application (a normal software for Windows PC, the one with windows and buttons, to be clear), from the window Create a new project, select, from the drop-down menus, Visual Basic and Windows, come specificato nell'immagine che segue.
With the selections you just made, the applications you can make in Visual Basic, for Windows operating system, are listed.
At this point, simply search and select Windows Forms Apps (.NET Framework) and then press Forward.

Configurazione dell'applicazione
From the window Configure the new project, type the name of the project and solution. The solution is a project container. Initially, to make simple applications, you can give the same name to both the project and the solution.

Infine, puoi creare l'applicazione con Visual Basic, premendo il pulsante Create.

Ci siamo! Finalmente si apre nuovamente l'IDE con un form vuoto: è una finestra su cui potrai aggiungere tutti gli elementi che desideri.

Subsequently, to open an App already configured, you can click on Open a project or solution, direttamente dalla prima finestra che si apre all'avvio di Visual Studio.
Per inserire dei controlli all'interno del form, ad esempio dei testi, dei pulsanti, oppure anche delle immagini, dalla barra laterale sinistra si dovrà aprire la Toolbox.

All'interno del form, si possono inserire davvero molti elementi. Dopo aver inserito gli elementi nella finestra vuota (il form), bisognerà andare a scrivere il programma vero e proprio, dove andremo a definire le funzionalità della App ed il comportamento del programma che andremo a creare.
Compatibility between Visual Basic 2010 and Visual Studio 2019
For the completeness of your needs, projects created with Visual Basic 2010 Express are perfectly compatible with the Visual Studio 2019 Community. The opposite is not equally true: Visual Basic 2010 refuses to open projects created with the latest versions.
I couldn't resist commenting. Perfectly written!
Thank you!
Whoah this weblog is fantastic, I like studying your posts about Basic.
Stay up the great work! You realize, lots of people are hunting round for this info, you could help them greatly.
Thank you!
Having read this I believed it is very informative.
I appreciate you spending some time and energy to put this information together.
Thank you!