From the course: Visual Basic Essential Training

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Examine the template structure and code

Examine the template structure and code - Visual Basic Tutorial

From the course: Visual Basic Essential Training

Start my 1-month free trial

Examine the template structure and code

- [Instructor] There are a few ideas to unpack here in this new project. Let's look at the way I've got the window arranged. On the left, I have File Explorer, on the right, I have Visual Studio. Visual Studio has this window called the Solution Explorer that's usually docked to the right side. If you don't see it, go to View Solution Explorer. And this is a simplified version of what you see over in the File Explorer. Now let's take a look at what's here. Over in the File Explorer I have a .sln file called Simple Console. That's analogous to this top level item in Solution Explorer. If I drill down into this folder, here is the VB Proj file, the file that contains all the instructions for what to load into Visual Studio and all the compile instructions and a lot of other details, that's the VB Proj file, that's analogous to this node in Solution Explorer. I open that up and I can start seeing some files. Here is a…

Contents