Visual Studio 2005 tabs missing

For some strange reason the tabs at the bottom of certain designers aren't showing up like they used to in VS.NET; is there some setting I've inadvertently turned off?

e.g. when I double click on a Windows Form and it loads up in the designer, I have to either right click and select "view code" or press F7 to get into code view. The tab(s) that was there in VS.NET have gone missing :(

[412 byte] By [coastalskier] at [2007-12-25]
# 1

Hi,

It's possible to configure VS 2005 to either use Tabbed Documents & Multiple documents. Maybe this option is set to 'Multiple Documents'. Choose 'Tools - Options' and check the 'Environment - General' section. If the option 'Window Layout' is set to 'Multiple Documents', set it to 'Tabbed Documents'

Hope this helps,

SvenDeBont at 2007-8-31 > top of Msdn Tech,Visual C#,Visual C# IDE...
# 2
There was never a tab with "Code View" for the Windows Form designer ! Only in the Web Forms designer you can find that.
MikeDanes at 2007-8-31 > top of Msdn Tech,Visual C#,Visual C# IDE...
# 3
Thanks for the response, it is already set that way.
coastalskier at 2007-8-31 > top of Msdn Tech,Visual C#,Visual C# IDE...
# 4
Thanks Mike,

The reason for the post was that I was following the instructions in the following article and noticed that there was no XML tab in the XML Designer (step 9 of adding a simple type).

http://msdn2.microsoft.com/en-us/library/ms171945.aspx

It was a little late when I created the posting and I didn't bother to check the behaviour of the forms designer in VS.NET 2003 was just going from obviously poor memory ;)

As for the XML Designer, it definitely had Schema and XML tabs in VS.NET 2003 and they are missing in both the new XML Designer and the Dataset Designer.

Being that there are Design and Source tabs for the Windows Forms Designer in VS 2005, it seems likely that the IDE is behaving properly and the article is wrong. i.e. they've done away with the tabs in the XML designers.

Dave

coastalskier at 2007-8-31 > top of Msdn Tech,Visual C#,Visual C# IDE...
# 5

Dave,

Could you mark your own reply as 'answer' so the thread is markes as solved?

Thanks,

SvenDeBont at 2007-8-31 > top of Msdn Tech,Visual C#,Visual C# IDE...
# 6

Indeed, that article seems to be wrong, probably it has not been updated for VS2005. Anyway, you can switch between design and schema by right clicking the designer/code window and selecting View Code/View Designer from the context menu.

But I'm confused about this one:

"Being that there are Design and Source tabs for the Windows Forms Designer in VS 2005"

I don't have any Design or Source tabs in the Windows Forms Designer in VS2005 (nor in VS2003). Do you have such tabs ?!

MikeDanes at 2007-8-31 > top of Msdn Tech,Visual C#,Visual C# IDE...
# 7
I meant that there were Design and Source tabs for the Web Forms Designer in VS 2005.

Thanks,

coastalskier at 2007-8-31 > top of Msdn Tech,Visual C#,Visual C# IDE...