Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open last solution automatically when starting Visual Studio?

How do you set Visual Studio to automatically open "the last open solution" when it starts?

like image 337
radbyx Avatar asked Aug 29 '14 05:08

radbyx


People also ask

How do I change the startup page in Visual Studio?

To change the startup itemOn the menu bar, choose Tools > Options. Expand Environment, and then choose Startup.

How do I open a solution in Visual Studio?

Open Visual Studio. On the start window, select Create a new project. On the Create a new project page, enter blank solution into the search box, select the Blank Solution template, and then select Next.

How do I get the welcome screen code in Visual Studio?

Go to the 'Help' tab in the top menu and then select 'Welcome'. Look at the bottom of the page and click the checkbox below that says 'Show welcome page on startup'.

How do I remove a startup page in Visual Studio?

For Visual Studio 2017 Pro: Right-click your Project (directly below the Solution entry) in the Solution Explorer. Select Properties. Click the Web tab. Select the appropriate Start Action.


1 Answers

Tools -> Options then change the Startup option.

enter image description here

More Details Check this link

like image 170
Seminda Avatar answered Oct 03 '22 13:10

Seminda