Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the object browser in visual studio C# 2010 express edition?

I am not sure that this is the right place to ask this, but because all here are programmers, maybe someone could help me.

I always used 2008 express, I decided to try the 2010 version today. The problem now is that I need to check something in the object browser, but I can't find it anywhere.

like image 792
Aaron de Windt Avatar asked Oct 16 '10 20:10

Aaron de Windt


People also ask

What is Object Browser in Visual Studio?

Displays the classes, properties, methods, events, and constants available from object libraries and the procedures in your project. Use it to find and use objects you create, as well as objects from other applications. You can get Help for the Object Browser by searching for Object Browser in Help.

What is Object Browser in C#?

C# includes a useful tool that lets you easily view members, such as properties and methods, of all the objects in a project: the Object Browser (see Figure 3.10). This is extremely useful when dealing with objects that aren't well documented, because it enables you to see all the members an object supports.

How do I browse the browser in Visual Studio?

1 Answer. Hello, You can double click on the project in solution explorer, for the PropertyGroup use this setup, save, build and the web browser control will be in the toolbox.


1 Answers

I found the problem. I needed to change the settings to expert settings to find it. The object explorer is hidden in basic settings.

[EDIT] To change them you need to go to Tools > Settings.

like image 62
Aaron de Windt Avatar answered Sep 28 '22 02:09

Aaron de Windt