Tab Control Problems in Beta 2

It seems that the Alignment Property for the TabControl in Visual Basic in Beta 2 has problems. If you want the Tab Pages, tabs to be on the Left or Right side of a form, they will appear once set in the designer. But, any TEXT you put on the tabs is missing. With the Tabs set to TOP the text appears normally. There is no errors raised or anything. Just no text. Have I missed something here? I looked and tried several other settings and there is nothing in the Tab Page Collection that allows the text to appear vertically as it would need to be if the tabs are set for Left or Right.
james
[599 byte] By [Trucker] at [2007-12-16]
# 1
You aren't going to like my answer, but this looks like a known issue in Whidbey, and worse yet, it looks like an issue that will not be fixed in Whidbey! See the bug report here:
http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=c2771894-4e17-44b0-9aa3-881f23c5fecd
TobinTitus at 2007-9-8 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2

Yes, I found that out after I had posted a bug report too. I had searched and not found that particular report(guess I didn't use the correct search words) and figured I had better make a bug report. You are right, it doesn't appear that it will be fixed anytime soon. If they are not going to fix it, then at the very least, they should disable the option to have the Tabs anywhere other than along the top.
In the response MS posted, they said that it didn't work if Visual Styles was enabled. Well, in my testing, it doesn't work wheather Visual Styles is enabled or not.
james

Trucker at 2007-9-8 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 3
It seems this bug is still included in the non-beta version as well.
However, Change the tab's style to 'Button' and the text shows up, but it looks absolutely terrible. It seems that the programmers at microsoft are more interested in getting their products out there rather than insuring that they actually work.
This of course makes it impossible to make applications with the "look and feel" of professional microsoft programs, which they themselves defined.
In the meantime, since MS doesn't seem to be working on fixing this fairly major problem, maybe someone out there who is really good could make a stable, fixed version of this component to replace it?
M.R.Miller at 2007-9-8 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 4
M. R. Miller wrote:
It seems this bug is still included in the non-beta version as well.
However, Change the tab's style to 'Button' and the text shows up, but it looks absolutely terrible. It seems that the programmers at microsoft are more interested in getting their products out there rather than insuring that they actually work.
This of course makes it impossible to make applications with the "look and feel" of professional microsoft programs, which they themselves defined.
In the meantime, since MS doesn't seem to be working on fixing this fairly major problem, maybe someone out there who is really good could make a stable, fixed version of this component to replace it?

I am hoping that there will be a fix in the first Service Pack. Otherwise, it will be as you say, and someone else will make a replacement TabControl. Other than that, I have been pretty impressed with VB2005 overall.
james
aka:Trucker

Trucker at 2007-9-8 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 5
Try the Free TabControlEX which is Inherited from TabControl. It's written in VS2003 but works just fine in VS2005.

You can download it from my site at:
http://www.dotnetrix.co.uk/controls.html

MickDoherty at 2007-9-8 > top of Msdn Tech,Visual Basic,Visual Basic General...