473,395 Members | 1,348 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Whidbey TabControl?

In Whidbey, is there a way to make a tab control similar to the one
shown off in the MyProject page (the one with the tabs on the left
instead of top)?

Thanks in advance,
MAtt

Nov 21 '05 #1
8 1233
<ba*******@gmail.com> schrieb:
In Whidbey, is there a way to make a tab control similar to the one
shown off in the MyProject page (the one with the tabs on the left
instead of top)?

No.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Nov 21 '05 #2
Sure there is, it's called the Alignment property of the TabControl. ( just tested to be sure)
james

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message news:ev**************@tk2msftngp13.phx.gbl...
<ba*******@gmail.com> schrieb:
In Whidbey, is there a way to make a tab control similar to the one
shown off in the MyProject page (the one with the tabs on the left
instead of top)?

No.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #3
"james" <jjames700ReMoVeMe at earthlink dot net> schrieb:
Sure there is, it's called the Alignment property of the TabControl. (
just tested to be sure)
james


ACK, there is a property for setting the alignment, but the result will be
unusable when set to left or right.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #4

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message news:Of**************@TK2MSFTNGP09.phx.gbl...
"james" <jjames700ReMoVeMe at earthlink dot net> schrieb:
Sure there is, it's called the Alignment property of the TabControl. ( just tested to be sure)
james


ACK, there is a property for setting the alignment, but the result will be unusable when set to left or right.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

I did a quick test and didn't look it over completely. The results are not as useable as they should be.
The Tab pages appear and function correctly. But, any text on the Tabs is missing.
Time for a bug report!
james

Nov 21 '05 #5
"james" <jjames700ReMoVeMe at earthlink dot net> schrieb:
Sure there is, it's called the Alignment property of the TabControl. (
just tested to be sure)
james


ACK, there is a property for setting the alignment, but the result will
be unusable when set to left or right.


I did a quick test and didn't look it over completely. The results are
not as useable as they should be.
The Tab pages appear and function correctly. But, any text on the Tabs is
missing.
Time for a bug report!


You can use MSDN Product Feedback Center to report a bug:

<URL:http://lab.msdn.microsoft.com/productfeedback/>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #6

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message >
You can use MSDN Product Feedback Center to report a bug:

<URL:http://lab.msdn.microsoft.com/productfeedback/>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>


Submitted!!
james
Nov 21 '05 #7
"james" <jjames700ReMoVeMe at earthlink dot net> schrieb:
You can use MSDN Product Feedback Center to report a bug:

<URL:http://lab.msdn.microsoft.com/productfeedback/>


Submitted!!


Did you look for already submitted bugs?

Your report seems to be a duplicate:

<URL:http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=a0b67732-5abc-43b7-a638-6f39addecf28>

Your report:

<URL:http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=e9edefe2-4e3f-4c84-b67e-7910ed937602>

I have marked your report as duplicate.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #8

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message news:%>
Did you look for already submitted bugs?

Your report seems to be a duplicate:

<URL:http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=a0b67732-5abc-43b7-a638-6f39addecf28>

Your report:

<URL:http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=e9edefe2-4e3f-4c84-b67e-7910ed937602>

I have marked your report as duplicate.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Yes, but the returned Search did not include the report you found. Thanks for marking my report as a duplicate. From the
statements in the other report, it would appear that the problem is not going to be fixed anytime soon. That one was submitted
for Beta 1 and it still exists in Beta 2. So, for some reason, it is not a priority.
james


Nov 21 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Tamir Khason | last post by:
How be able to manage more deeply UI of TabControl and TabPage For example - I want to manage border color, change color of TabPage reef, eliminate spaces from both sides of the reef, so I bould...
2
by: Patrick McGuire | last post by:
I want to place a tabControl with almost identical properties on several forms. I think the best way is to define a UserControl that inherits System.Windows.Forms.TabControl, and place all my...
9
by: Michael Turner | last post by:
Hi Guys Having problem with the tab control, I need to set the background color to something different than the standard, I have found code on the web and now can redraw the tabpage buttons so...
5
by: Zadkin | last post by:
Does anyone know, if it's possible to set the orientation of the tabpagebuttons to horizontal instead of vertical when the alignment property of my tabcontrol is set to left or right? Thanks in...
0
by: bastawhiz | last post by:
In Whidbey, is there a way to make a tab control similar to the one shown off in the MyProject page (the one with the tabs on the left instead of top)? Thanks in advance, Matt
2
by: Simon Verona | last post by:
I have a few hundred forms in my application. All are based on a custom base form class. I decided that I wanted to globally change the look and feel of many of the controls in my application -...
2
by: Gav | last post by:
I am writing an application where I will have a TabControl and 3 styles of Tabs to go in it, each containing different controls. The tabs will be added to the tabcontrol when items are clicked on...
1
by: =?Utf-8?B?QWxleCBLLg==?= | last post by:
Hi all In a Visual Studio 2005 C# project, I have a simplest tabcontrol with two tabpages. When I set tab control's Alignment property to Right, tab texts (captions) disappear. Does anybody...
0
by: bertie78 | last post by:
Hi all, New poster here! I'm having some difficulty updating a tabcontrol cross-threads. The general idea is : the main thread is the owner of the tab control and the form controls. However, due...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.