Working with Documents in Microsoft Visual Studio
- 8/24/2011
- 04.01 Insert Documents to the Right of Existing Tabs
- 04.02 Recent Files
- 04.03 Working with Documents on Multiple Monitors
- 04.04 Navigate Open Document Windows
- 04.05 Close the Current Document Window
- 04.06 Open a File Location from the File Tab
- 04.07 Open the File Menu Drop-Down List from Your Keyboard
- 04.08 Using the IDE Navigator
- 04.09 Multiple Views of the Same Document
- 04.10 Closing Just the Selected Files You Want
- 04.11 Understanding the File Open Location
- 04.12 Show Previous Versions
- 04.13 Using Custom File Extension Associations
04.05 Close the Current Document Window
DEFAULT |
Ctrl+F4 |
VISUAL BASIC 6 |
Ctrl+F4 |
VISUAL C# 2005 |
Ctrl+F4 |
VISUAL C++ 2 |
Ctrl+F4 |
VISUAL C++ 6 |
Ctrl+F4 |
VISUAL STUDIO 6 |
Ctrl+F4 |
WINDOWS |
Alt,F, C |
MENU |
File | Close |
COMMAND |
Window.CloseDocumentWindow; File.Close |
VERSIONS |
2005, 2008, 2010 |
CODE |
vstipTool0014 |
You can close the current document window from the keyboard. Just make sure you are in the document you want to close.
Then press Ctrl+F4. The current document closes, and it prompts you to save changes if you haven’t already.