VS2003 / VS2005 - tabs

J

Jarod

Hey
In VS2003 and VS2005 are tabs with code for example myclass.cs and I have
tab name myclass.cs. Is there any shortcut that closes such tab ?
Jarod
 
J

Jon Skeet [C# MVP]

Jarod said:
In VS2003 and VS2005 are tabs with code for example myclass.cs and I have
tab name myclass.cs. Is there any shortcut that closes such tab ?

Ctrl-F4 works in both of them. You can also assign a different shortcut
key - the command is Window.CloseDocumentWindow.
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

It's a windows standard for MDI windows, Ctrl+F4 close the chid window
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top