473,586 Members | 2,792 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1245
<ba*******@gmai l.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******** ******@tk2msftn gp13.phx.gbl...
<ba*******@gmai l.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" <jjames700ReMoV eMe 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******** ******@TK2MSFTN GP09.phx.gbl...
"james" <jjames700ReMoV eMe 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" <jjames700ReMoV eMe 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.micros oft.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.micros oft.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" <jjames700ReMoV eMe at earthlink dot net> schrieb:
You can use MSDN Product Feedback Center to report a bug:

<URL:http://lab.msdn.micros oft.com/productfeedback/>


Submitted!!


Did you look for already submitted bugs?

Your report seems to be a duplicate:

<URL:http://lab.msdn.micros oft.com/productfeedback/viewfeedback.as px?feedbackid=a 0b67732-5abc-43b7-a638-6f39addecf28>

Your report:

<URL:http://lab.msdn.micros oft.com/productfeedback/viewfeedback.as px?feedbackid=e 9edefe2-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.micros oft.com/productfeedback/viewfeedback.as px?feedbackid=a 0b67732-5abc-43b7-a638-6f39addecf28>

Your report:

<URL:http://lab.msdn.micros oft.com/productfeedback/viewfeedback.as px?feedbackid=e 9edefe2-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
18488
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 custom control that inherit all information from TabPage, but how to access those properties, not supported by standart interface??? Thank you
2
2358
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 controls on it. The problem is that I don't know how to bring up the graphical design interface for the TabControl. I suppose I COULD just design it...
9
3450
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 the are set to the right color, I can obviously change the tabpage colour but I am left with a grey top edge(Where there are no buttons) when the...
5
3331
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 advance Zadkin
0
306
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
3341
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 - including the tab control. I did this by writing a component that I attached to the form. The component has a "Start" function which takes the form...
2
2774
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 in a TreeView. So the the application starts by displaying no tabs and adds them in as required. There could be any number of each tab (0 upwards). ...
1
3442
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 know how to fix this? I tried this on two computers, at work and at home, both with Windows XP with latest service packs, and Framework 2.0 and 3.0...
0
1408
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 to the vast amount of data to populate listviews within the tabs, I have created a worker thread (an implementation of a BackgroundWorker) to form the...
0
7908
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7836
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8199
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7950
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
5389
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3835
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3863
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2343
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1447
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.