How to: Cycle Through Open Files (C# Express)

If you want to cycle through the open files in the Visual C# Express Edition environment, you can do one of the following.

To cycle through the open files

  • Press the CTRL+Tab keys to bring up a dialog box listing the current open files.

    -or-

  • Click on the Open Files icon in the top right of the Code Editor.

    This will open a list of currently open files, allowing you to select the one you want to work with.

    -or-

  • Click on the name of the file in the list of the tab immediately above the Code Editor.

    -or-

  • Click on the Navigate Backward or Navigate Forward buttons in the standard toolbar.

    -or-

  • Press CTRL+-, or CTRL, SHIFT+-.

See Also

Other Resources

Visual C# Express

Using the Visual C# Express IDE

Visual C# Express Tips and Tricks