Welcome to MSDN Blogs Sign in | Join | Help

Sara Ford's WebLog


My adventures in sharing Microsoft source code

News

MSFT Women Bloggers

March 2005 - Posts

Did you know… How to quickly set the editor background to black
You can quickly change the editor background to black by going to Tools Options Environment Fonts & Colors. Make sure that “Show Settings For” is on Text Editor and the Plain Text is selected in “Display Items”. Change item foreground from Default Read More...
Did you know… How to scroll through results using F8
Just completed a Find in Files or a Find Symbol and want to navigate quickly between the results? In the default keyboard scheme, F8 allows you to navigate through the results in the Find Results Windows, Find Symbol Results, Output Window, Task List Read More...
Did you know… How to use Full Screen Mode? (Shift+Alt+Enter)
Giving a presentation? Want to focus just on the editor (and any interesting tools windows) without modifying your basic (design) view of Visual Studio? Press Shift+Alt+Enter (or View – Full Screen) to enter full screen mode. Whatever happens in Full Read More...
Use Ctrl-K Ctrl-C to comment selection and Ctrl-K Ctrl-U to uncomment selection
This tip will work for both Visual Studio .NET 2003 and Visual Studio 2005. I use this feature all the time. These commands will comment / uncomment the current line if there is no selection. Based on the feedback and comments, it seems that people like Read More...
Did you know… How to have fun with the Visual Studio Find Combo Box
Today’s tip of the day comes from Shawn’s post on the Find Combo Box . These tips will work on both Visual Studio .NET 2003 and Visual Studio 2005. Goto a line – type the line number and press Ctrl-G Goto a file – type the name of the file and press Ctrl+Shift+G Read More...
Did you know… How to Enable Word Wrap or Virtual Space
For both Visual Studio .NET 2003 and Visual Studio 2005, you can enable either Word Wrap or Virtual Space. To use… Open Tools – Options Open the Text Editor – All Languages – General page (or the specific language page of your choice) Check either Word Read More...
Did you know… Splitting Windows and Creating New Windows for documents
To split the current window, just go to Window – Split from the main menu (or use the splitter control between the file tab channel and the scroll bar for the doc). To create new windows for the same document, just go to Window – New Window and create Read More...
Sara Appreciation Day v2.7
Last Friday, I turned 27, so I decided to enter my late-twenties the only way I knew how… by climbing Tiger Mountain – West Tiger 3. My favorite picture of Graham at the top of Tiger Mountain. Graham as the mighty Sheltie that he is. And lastly a classic Read More...
Did you know… How to open something in the binary editor (using Open With)
In both Visual Studio .NET 2003 and Visual Studio 2005, there’s an Open With associated with the Open File Dialog. I probably had used this dialog a thousands times and never once noticed the Open button was actually one of those button / combo box hybrids. Read More...
Did you know… how to enable Visible White Space?
Another simple little feature, but very powerful, especially when you deal with white space as much as I do. The first time I saw a developer using it, it thought, “Yuck”, but now I’m addicted, even when I’m not testing white space in a file. To enable Read More...
Did you know… The power of incremental searching
I didn’t know about incremental searching until someone showed me. This is a really powerful searching tool for the current document. To use 1. Press Ctrl+I (or whatever Edit.IncrementalSearch is bound to) 2. Start typing the text you’re searching for Read More...
Did you know… Use the Ctrl+D window to do Quick Find both Forward and Backward
As a follow up to yesterday’s post, the point of the Ctrl+D window is to do a quick find in the current document. If you want to customize your quick find experience, just do Ctrl+F (Edit - Find and Replace - Quick Find) and any changes made in the Quick Read More...
Editor Tip of the Day
I’ve been thinking about doing an Editor tip of the day RSS feed for a while now. My goal is to see how many consecutive work days I can post a “Did you know” without forgetting. The rules are I have to post at least one tip per work day, unless I know Read More...
Did you know… Use the Ctrl+D window to run Visual Studio commands
In both Visual Studio .NET 2003 and Visual Studio 2005, you can navigate to the find combo box (aka the Ctrl+D Window) on the standard toolbar and run commands. To use Press Ctrl+D anywhere in Visual Studio. Note: The command to reach the find combo box Read More...
What are Test Hooks?
Finally, the promised post. Types of Controls There are three types of controls you’ll discover when automating UI Standard Windows controls Owner-drawn controls – controls that have the functionality of Standard Windows controls, but have custom drawing. Read More...
Page view tracker