From the course: Visual Basic Essential Training

Unlock the full course today

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

Add additional projects to the solution

Add additional projects to the solution - Visual Basic Tutorial

From the course: Visual Basic Essential Training

Start my 1-month free trial

Add additional projects to the solution

- Now that we've seen the available project types, let's add a WPF desktop application and an ASP.net application to our solution. To review what we've created, look in the Solution Explorer. I've got a solution called "Simple Console", and one project called "Simple Console". Go to the File New Project dialog, filter to VB, and choose Desktop. Then pick WPF and Next. I'll call this one "SimpleWpf", I'll put it in the current location, and here's a change we want to make. I don't want to create a second solution for this WPF Project. I want to use the existing solution. So I'll choose this dropdown, and pick "Add to solution". That grays out the solution name because I don't need to name the solution anymore 'cause I'm not creating one. And that's all I need to do. I'll click on Create. Back in Visual Studio, I can see that I now have a second project in my solution. Now the solution name should probably change…

Contents