Tagged Questions
The objectbrowser tag has no wiki summary.
4
votes
1answer
388 views
Visual Studio Object Browser disregards XML comment formatting
In my .NET XML comments on methods and classes, I try to provide usage examples in <example><code></code></example> blocks. When I use Sandcastle to generate a .chm ...
2
votes
1answer
60 views
Get friendly description from a object member in C#
How do i get the description from a object member programmaticly?
If i use the built in Object Browser in Visual Studio i can browse a specific object and get a human redable description for every ...
2
votes
1answer
597 views
VB6: Why is Picturebox.Print() hidden from the Object catalogue?
the title already tells the question:
you can successfully call the Print-Method on a PictureBox-instance. But it is not shown in the object browser.
same applies for some other methods, Pset() for ...
1
vote
0answers
94 views
Object Browser can't browse my own solution?
When I click on "My Solution" nothing comes up.
I have to use Custom Component Set.
When I try to add a project from the solution, it can't add it.
"The following components could not be browsed." ...
1
vote
1answer
191 views
replacing vs object browser with reflector?
Has anyone tried to build or seen a plugin for visual studio that replaces the object browser of with Reflector? It would be really cool if I do "Go to Definition" I would end up in Reflector at the ...
0
votes
0answers
31 views
Visual Studio 2010 and .bsc file
I'm using an open source Mozilla project in Visual C++ 2010. The project requires UNIX based build tools and therefore I cannot create a Visual Studio project for it directly. I must use the command ...
0
votes
2answers
33 views
Finding a typoscript code on big pages
There's a meta tag with charset ISO and I need to change it to utf8. I browsed through templates and configs, and cannot find the meta tag where it is set. Also I tried to override it with:
...
0
votes
1answer
69 views
How to view .net/mono framework class hierarchy?
The two basic views in Visual Studio's ObjectBrowser and Monodevelop's Assembly browsers are Namespaces and Assembly based. How to get to a class hierarchy based view of the frameworks ?
0
votes
2answers
354 views
How to enable Object Browser Search in Visual Studio 2010 Possessional
I'm using VS2010 and can't seem to find how to enable the search bar in the Object Browser.
I've searched for quite some time and all I've been able to find are instructions on how to enable it in ...
0
votes
1answer
113 views
how can i shift focus to the Object Browser Search box
I'm trying to divorce myself from my mouse in order to become more product and in order to do this I must find key-combos for common operations.
Every time I launch the object browser in VS, the ...