settingsAccountsettings
By using our mini forum, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy
Menusettings

Q: Making current selection the default option for startup project in Visual Basics

+7 votes

My question is: How to make current selection the default option for startup project in Visual Basics.

Because Visual Basics changes the current selection and I always need to choose Properties in the Solution and then check Current selection.

I need Visual Studio to make it by default everytime I open the program.

asked in C# category by user Jolie Ann

1 Answer

+2 votes
 
Best answer
  1. Open Visual Studio
  2. Click on TOOLS
  3. Choose Options
  4. Click Projects and Solutions
  5. Choose Build and Run
  6. Choose (tick) the option "For new solutions use the currently selected project as the startup project"

solution

answered by user samfred5830
edited by user golearnweb
...