VBobCat
VBobCat

Reputation: 2712

Prevent "Open Project" Dialog from showing

In last versions of Visual Studio IDE, if I open it without specifying a ".sln" or ".vbproj" file as parameter, it immediately opens a "Open Project" dialog. But most of times I do this, that's because I want to start a new project. Can I prevent "Open Project" dialog from showing on VS IDE Startup?

Upvotes: 1

Views: 78

Answers (1)

C-Pound Guru
C-Pound Guru

Reputation: 16368

Sounds like you need to change your Visual Studio Startup options. Click Tools->Options. Under Environment, select Startup. Change the At Startup option:

VS Startup Options

Upvotes: 2

Related Questions