Welcome to MSDN Blogs Sign in | Join | Help

Sara Ford's WebLog


My adventures in sharing Microsoft source code

News

MSFT Women Bloggers

May 2008 - Posts

Did you know… You can hide or show hidden members and types in the Object Browser? - #215
I never officially tested the object browser, but rather played back-up tester, in case someone went on vacation, needed help analyzing failures during a full test pass, etc. So for most of these tips, i’ve been browsing their test cases and documentation Read More...
Did you know… You can choose whether to show base types in the Object Browser? - #214
In the Object Browser Settings, there’s the Show Base Types option. For the example below, Class1 inherits from ClassBase.  When this option is enabled, under Class1 you’ll see the “Base Types” folder.  If you’ve been wondering how to get rid Read More...
Did you know… You can customize both your object pane and members pane in the Object Browser? - #213
For the next several tips, we’re going to take apart the Object Browser Settings for what appears in the object browser. The first set of options control your View preference in the Object pane, which is either by Namespace or by Containers .  Think Read More...
Did you know… You can create a keyboard shortcut for adding references to a solution from the Object Browser? - #212
This is really a continuation from yesterday’s tip, but wanted to call it out as a separate tip. I was kinda surprised to see it in the list of commands, but then again, one can never have too many keyboard shortcuts =) As far as binding this to a keyboard Read More...
First .NET User Group created back home on the Mississippi Gulf Coast
It feels weird not to append a # at the end of a blog title.  Oh Tip of the Day, what have you done to me? Anyways… I’m really excited to see a .NET User Group get created back home.  Shout outs to Keith Elder and Aubrey Cote for getting this Read More...
Did you know… The Object Browser has a navigate forward and navigate back? - #211
Another set of buttons on the Object Browser toolbar belongs to Navigate Forward and Navigate Back. The pages you visit within the object browser are saved as a MRU (Most Recently Used). This alone is somewhat exciting, but what really makes it exciting Read More...
Did you know… You can add references to your solution directly from the Object Browser - #210
Let’s say that you find the component that you want to add to your solution.  Typically, you’ll go to the solution explorer, right-click on the project node and select Add References, bring up the Add Reference Dialog, and you know how the rest goes. Read More...
Did you know… You can create a custom list of components for the Object Browser - #209
Expanding a little more on yesterday’s tip, you can create a custom components list for the Object Browser. There are two ways to reach the custom components list dialog.  Either clicking that little “…” browse button next to the combo box   Read More...
I’m looking for questions for a Visual Studio Factoid
Once again Rob Caron has sent me on a quest.  This time it is to put together a Visual Studio factoid – a list of historical facts about VS, like Why is the executable devenv.exe instead of visualstudio.exe? Is the Visual Studio logo an infinity Read More...
Did you know… You can specify to only show components in your Solution in the Object Browser? - #208
By default, the Object Browser shows you all the components in the latest .NET Framework version.  But sometimes you don’t need to know about the entire world, and just want to focus on the objects in your solution. In the upper right-hand corner Read More...
Did you know… Ctrl+Alt+J opens the Object Browser - #207
It’s time to move on to the Object Browser… You can use Ctrl+Alt+J to open the Object Browser.  If this keyboard shortcut does not work for you, check what View.ObjectBrowser is bound to under Tools Options – Environment – Keyboard.   Technorati Read More...
Did you know… you can prompt for arguments when you run an external tool - #206
And to finish the customization of the external tools series, you can prompt for arguments, in case you need to enter or edit values each time you run the tool.  So now, if i need to specify which file i want Notepad to open, i’m prompted for the Read More...
Page view tracker