Symundo
Symundo

Reputation: 31

What is the offical way to tell Microsoft to fix bugs in Tab Common Control

There are obviously some bugs in Tab control of Common Controls 6

Here is my testing environment showing Tabs in often used way:

But when I switch to bottom aligned tabs, I get wrong aligned text here.

enter image description here

When I switch to left aligned view, it becomes more ugly. The underlined mnemonic char, represented with an ampersand in string and correctly interpreted is wildly shown at the end of the tab text and the tab is incorrectly dimensioned. The background colors of the tabs are not themed.

enter image description here

How can I tell Microsoft in an official way about the bugs?

Upvotes: -1

Views: 54

Answers (1)

Anders
Anders

Reputation: 101559

CC6 tab control dropped support for everything except tabs on top. Sad but true.

This style is not supported if you use ComCtl32.dll version 6.

Upvotes: 1

Related Questions