9

In my Visual Studio 2015, Windows Forms Tool Box (where we have controls like Text box, button etc) is not showing up.

I tried checking all the check marks in Views->ToolBars, but no use.

Please help.

Thanks,

Reza Aghaei
  • 120,393
  • 18
  • 203
  • 398
Frontend developer
  • 469
  • 1
  • 6
  • 18

1 Answers1

11

Make sure you have opened a Windows Forms project.

Open View menu and check Toolbox or use Ctrl+Alt+X shortcut and you will see the toolbox.

The toolbox will fill with controls when you open a Form or UserControl in design view.

Reza Aghaei
  • 120,393
  • 18
  • 203
  • 398