Quick way to open files in Visual Studio IDE

In 7.0 and later you can simply and quickly open files by going to the Find combo in the toolbar, and type

>open c:\goo\bar.cpp

The pathname will even auto-complete as you type! Even the command name (“open“ in this case) will auto-complete. You will probably find other handy commands in there by experimenting.