Similar Posts
#028 Setup Printer to print WYSIWYG from the Visual Studio Editor
By default printed source code is Courier 10pt. If you want, you can change this to match the editor fonts, or even do something that is unique to the printer. This video shows you how.
#48 Undo and Redo magic (with multiple levels) in Visual Studio
Yeah, ya, we all know [CTRL]+[Z], [CTRL]+[Z], [CTRL]+[Z], [CTRL]+[Z], Undo, Undo, Undo. Oops too far.. Redo, Redo, Redo. There is a better way to multiple undo / redo. This video shows you how. This work is licensed under a Creative Commons license.
#79 Use F8 to Navigate the Find Results window
You’ve probably noticed that doing a Find in Files returns all the hits in a Find Results tool window. Did you know, you can use [F8] (with focus either in the Find Results window or in the editor) to navigate to the next result or [SHIFT]+[F8] to the previous result. (Edit.GoToNextLocation and Edit.GoToPrevLocation) The video…
#37 How to work with Tile Horizontal and Vertical Windows in Visual Studio
Visual Studio defaults to a tabbed interface. But you can also run Visual Studio as a MDI (Multiple Document Interface). This option let’s you acutally have windows inside your workspace, instead of only tabbed documents. This video shows you all about it. This work is licensed under a Creative Commons license.
VSTricks Introduction
VSTricks.com is alive (as of today) in part of a community new years (2009) resolution. Today is January 1st, 2009, and I’m hearing everyone talking about resolutions. Working out, eating right, stop smoking, this and that, blah, blah, blah. Good. More power to you. If New Years is the lame excuse you need to get…
#80 Stop a “Find in Files” Search
Press the keyboard chord [ALT]+[F3],[S] (bound to Edit.StopSearch) to stop a background search, also known as a Find in Files. You can also press the Stops a background Find toolbar button on the Find Results window. This worked fine in my test with VS2008, but isn’t working on my tests with VS2010. If/When I find an answer…



