Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Form Toolbox is empty

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,

like image 259
Frontend developer Avatar asked Nov 12 '15 10:11

Frontend developer


1 Answers

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.

like image 83
Reza Aghaei Avatar answered Oct 29 '22 12:10

Reza Aghaei