Visual Studio Toolbox not available
-
Returning to a project and find that the toolbox shows no tools. Seeking guidance on how to restore this feature. An image of the circumstance is uploaded to: https://skydrive.live.com/redir?resid=52B21D2F3F75A51A!1330[^]
-
Returning to a project and find that the toolbox shows no tools. Seeking guidance on how to restore this feature. An image of the circumstance is uploaded to: https://skydrive.live.com/redir?resid=52B21D2F3F75A51A!1330[^]
There are no tools to view when looking at code. What happens when you open the form in the Form Designer window?
-
There are no tools to view when looking at code. What happens when you open the form in the Form Designer window?
Much thanks for your timely reply. I have uploaded the designer view of the project. The toolbox is unavailable regardless of what view is selected. The link is again... https://skydrive.live.com/redir?resid=52B21D2F3F75A51A!1330[^] I appreciate your efforts.
-
Much thanks for your timely reply. I have uploaded the designer view of the project. The toolbox is unavailable regardless of what view is selected. The link is again... https://skydrive.live.com/redir?resid=52B21D2F3F75A51A!1330[^] I appreciate your efforts.
mauricemcse wrote:
I have uploaded the designer view of the project.
But you are still viewing the code rather than the Designer view so there are no tools to show.
-
mauricemcse wrote:
I have uploaded the designer view of the project.
But you are still viewing the code rather than the Designer view so there are no tools to show.
I would ask for guidance on how I can get back to a view that allows me to access the form view where the toolbox is available. I am a novice that has yet to complete the first chapter of a C# book.
-
I would ask for guidance on how I can get back to a view that allows me to access the form view where the toolbox is available. I am a novice that has yet to complete the first chapter of a C# book.
mauricemcse wrote:
yet to complete the first chapter of a C# book.
Before you do that you need to learn the basics of Visual Studio. Look at the menu, select
View
and thenDesigner
, or right click on the file in solution explorer and selectView Designer
, or double click on the Form.cs file ... As you can see there are lots of options.