Consultor Eletrônico



Kbase P105671: Microsoft TabStrip Control has white border, Tabs and Body color.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   6/23/2005
Status: Unverified

SYMPTOM(s):

Microsoft TabStrip Control has white border, Tabs and Body color.

Using the following bin\prowin32.exe.manifest to get the XP look and feel:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
<description>Windows Forms Common Control manifest</description>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*" />
</dependentAssembly>
</dependency>
</assembly>

CHANGE:

Upgraded the application from 9.1x to OE10b02

CAUSE:

Microsoft TabStrip Control Version 5.0 instead of Microsoft TabStrip Control Version 6.0.

FIX:

Replace the Microsoft TabStrip Control Version 5.0 by the Microsoft TabStrip Control Version 6.0.