From the course: Visual Basic Essential Training

Unlock this course with a free trial

Join today to access over 24,500 courses taught by industry experts.

Add additional projects to the solution

Add additional projects to the solution - Visual Basic Tutorial

From the course: Visual Basic Essential Training

Add additional projects to the solution

- [Instructor] In this video, we'll look at how to add two additional projects to this solution. Now, we haven't talked about how to open a solution yet in Visual Studio. We saw how to create one. If you want to open an consistent one, you'll go to file, open Project/Solution. So I'll choose this one, and then you're going to navigate, in this case to chapter four, and open this folder, add projects, and then find this SLN file, and then click on open. Our next step is to add a project to the solution. We already have one. All right. Click on the solution itself, and choose to add new project. I'm looking for a WPF desktop application, so I'll go look at desktop, and then remember from the last video, this is using the newer .NET, and this is using the older .NET framework. So I'm choosing the newer one. Click on next. And I'll call this one SimpleDesktop. Click on next. Now I get to pick my framework, just like I did with the console application, and I'm going to choose the same…

Contents