From the course: Visual Basic Essential Training
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Set up the tools - Visual Basic Tutorial
From the course: Visual Basic Essential Training
Set up the tools
- [Instructor] We are going to build our first simple visual basic application. My goal is to show the minimum structure you need to create and compile and run the app, and we're going to make this app with a text editor. Don't worry, we'll use better tools once we get the basics down. For this example, look on the right side of the screen, you can see Notepad. On the left side of the screen in the lower left is File Explorer. It's open to a folder in the example code we clone from GitHub. You can see it's in the code folder and then in the start here folder. This allows us to see the files created by the dotnet commands. Over on the top left, I've got the Visual Studio developer PowerShell window open. I'll use this to create the project and run the other commands. To be clear, it's more likely that we'll use Visual Studio to handle the compilation and other commands for us. But if you ever need to use dotnet commands, this helps us see how they work. Remember that this is the…
Contents
-
-
-
-
Chapter roadmap4m 33s
-
(Locked)
Set up the tools1m 45s
-
(Locked)
Create a console app1m 46s
-
(Locked)
What files are in the new project2m 23s
-
(Locked)
Build and compile the application2m 10s
-
(Locked)
Run the application4m 49s
-
(Locked)
Work with the console class2m 1s
-
(Locked)
The forgiving nature of VB code2m 2s
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-