objectbrowser

VB6: Why is Picturebox.Print() hidden from the Object catalogue?

hello 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 example is listed but the syntax is not completely correct. Edit: The methods Ubound() and LBound() for inspection of array bounds i...

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 correct place instead of in the VS object browser. ...

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 documentation file using my XML documentation, it's always formatted nicely and respects the newlines in my <code> blocks. However, when I browse the classes and methods in...

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 focus is on the tree of namespaces and classes. How can I shift this focus to the search box? Better yet: How can I launch the Object browse...