Welcome to MSDN Blogs Sign in | Join | Help

Sara Ford's WebLog


My adventures in sharing Microsoft source code

News

MSFT Women Bloggers

February 2008 - Posts

Did you know... A lot of tips go back to Visual C++ 2.0? - #162
For leap year, we're going to leap all the way back to Visual C++ 2.0. When I started collecting tips for tip of the day, Rico and I shared an office wall, so he forwarded me his list of tips for Visual C++ 2.0.  Of course, having never used VC++ Read More...
Did you know... How to have the Solution Explorer always show (or not show) the file currently opened in the Editor? - #161
Since the default is to have the Track Active Item in Solution Explorer enabled in the General Development Settings, the more appropriate tip is either how to turn it back on or to how to turn it off. On the Tools - Options - Projects and Solutions - Read More...
Did you know... Visual Studio 2008 Supports multi-targeting of the .NET Framework? - #160
Since today is the launch, I had to pick something huge about Visual Studio 2008. Scott Guthrie has an excellent write-up on Multi-Targeting Support that I dare not even attempt to summarize on this blog, but I'll repost Scott's description of what's Read More...
Did you know... How to show or prevent the Error List from appearing after a failed build? - #159
In the General Development Settings, the Error List will be shown (whether it is auto-hiding or just closed) whenever a build fails with errors.  If you like to drive what you need to fix using just the Output window (since you can double-click on Read More...
Did you know... You can create temp or "throw away" projects - #158
If you need to create small projects to try things out, or not sure how you want to setup things before you save, there's a tools options for this.  With this option enabled, the New Project Dialog Location and other fields will be gone.  In Read More...
Did you know... You can use Solution Folders to hide projects? - #157
In the solution explorer, you can group projects inside of solution folders to improve the manageability of solutions that contain a large number of projects. With focus on the Solution node in the solution explorer, you'll notice the Add New Solution Read More...
Did you know... How to hide or show the solution in solution explorer? - #156
Sometimes, you might find yourself in a state where the solution is not shown.  For example, some of the default environment settings have this enabled, like the Visual Basic Development Settings. If you find yourself in this state and want the solution Read More...
Matt, "my dev," on DotNetRocks!
Back in my power toy days, Matt Manela was a developer intern on our team, which you might remember from this post about writing a custom Visual Studio editor .  Well, he came back full time last fall, and was just recently featured on .NET Rocks Read More...
Did you know... You can toggle between small icons and large icons in the New Project Dialog? - #155
It is amazing how many times I've pulled up on the New Project Dialog in my lifetime and never noticed the Small / Large icons buttons in the upper right hand side. Okay, be honest, how long have you been using Visual Studio and are just now noticing Read More...
ANSWER: POP QUIZ: Why can you click beyond the text of a checkbox and still click the checkbox?
Thanks to all for playing the Pop Quiz.  I've approved all comments, so you can read through the list.  Some were quite funny, and i always appreciate a good laugh. Congrats to Programmerman at http://www.programmerman.net/ for being the first Read More...
Did you know... how to change the default new project location? - #154
In the new project dialog, you can change the default new project location. The option to do so lives in Tools - Options - Projects and Solutions - General Technorati Tags: VS2005Tip , VS2008Tip Read More...
POP QUIZ: Why can you click beyond the text of a checkbox and still click the checkbox?
Just like last time we did a pop quiz, you can leave your answer as a comment, and i'll approve all comments the next afternoon.  In the picture above, you see 'x' marks the spot.  If you click the mouse pointer there, it will toggle the state Read More...
Did you know... You can add a solution to a solution - #153
Today's tip falls into the "you can do... what!? " category.  Open your primary solution (the solution you want to add another solution to) Go to File – Add - Add Existing Project Change “Files of type” to Solution Files Read More...
Did you know... the Solution Explorer supports type-ahead selection? - #152
I've been coming up with little songs to keep sane as I post a daily tip for Visual Studio.  Beth Massi swears she'll catch me on tape singing these one day.  One of them is to the tune of Dunkin' Donuts (i think it's their jingle) of "gotta Read More...
Did you know... Where Visual Studio saves auto-recovered files in the case of an unexpected shutdown? - #151
We used to tease the tester who owned testing this auto-recovery feature that every time there was a power failure in the building (due to a storm, etc), he was standing near some big red switch in the off position with a big grin on his face, because Read More...
Did you know... You can view numeric values in hexadecimal in your debug windows - #150
wow... 150 tips.  And just like the Energizer bunny , Tip of the Day keeps going and going and going... And thanks to Rob Caron for being ToD's energizer batteries.  Never thought you were hear a statement like that, did you, Rob?  =P Continuing Read More...
Walking through the dojo door is the hardest part
That's why our Sensei and many other high-ranking black belts said to me last night.  I torn my shoulder in Jan 07, then broke my leg in May 07, spending the entire summer on crutches.  The irony is that we won a world karate tournament back Read More...
Did you know... You can use the Watch Window to quickly change a variable's value - #149
And now for something a little different... Ever been debugging some code and wanted to quickly change a variable’s value without having to stop debugging?  Here's what to do... Add the value to the watch window (You can select the variable Read More...
Did you know... You can use the keyboard to jump to various panes within the Output Window -#148
The output window has a drop down, as shown below, to move between various outputs views (or panes), like Debug and Build. There's a command called Window.NextSubPane that you can use to jump to the next output pane. The command in itself isn't that interesting, Read More...
Did you know... How to use Ctrl+PgUp and Ctrl+PgDn toggle among all the tool windows in a tool window group? - #147
Whenever tools windows are "tabbed docked" together, they form a little group that you can move around and such, as we've seen in previous tips. You can use Ctrl+PgUp and Ctrl+PgDn to navigate among these tool windows in this group. Technorati Tags: VS2005Tip Read More...
Did you know... You can use F6 to jump between split panes in the editor - #146
Hmm, interesting how I got myself onto a "F6" theme this week... In what seriously feels like a lifetime ago (or at least Tip of the Day's lifetime ago), one of our first tips was on how to split windows . There's a funny story about why there's a 6 month Read More...
Did you know... You can use Alt+F6 and Alt+Shift+F6 to cycle through opened tool windows - #145
And in keeping with the theme of the week, if you don't want the IDE Navigator to appear when you navigate among various opened tool windows, use Alt+F6 and Alt+Shift+F6 to go to the next and previous tool windows, in most-recently used sort order. Technorati Read More...
South Mississippi Geek Dinner
Thanks to Keith Elder for doing the lion's share of the work in putting together the Geek Dinner Monday night.  Keith has a great write-up, which i'll just point everyone to. http://keithelder.net/blog/archive/2008/02/05/Geek-Dinner-Pictures-and-Details.aspx Read More...
Did you know... You can use Ctrl+F6 and Ctrl+Shift+F6 to navigate among opened document windows? - #144
Happy Mardi Gras y'all from New Orleans!!  Laissez les bons temps rouler encore a Nouvelle Orleans! Similar to Ctrl+Tab functionality, Ctrl+F6 and Ctrl+Shift+F6 allow you to navigate to the previous and next opened documents, based on a most-recently Read More...
Did you know... You can use Ctrl+F4 to close the current document opened in the editor - #143
Yesterday's tip re: closing a tool window via the keyboard made me triple-check my notes that I never had a tip on how to close the current document. If you are using the general development settings, the command Window.CloseDocumentWindow is bound to Read More...
Did you know... You can use Shift+ESC to close a tool window - #142
And as I've said time and time again on this blog, it's really the simple things. I keep forgetting about this tip, until i see this shortcut chord and have to look up what it does. Use Shift+ESC to close the currently-selected and active tool window. Read More...
Page view tracker