J
Jurciu
Hi,
I have COM Addin developed for Office 2003 (managed code called via
unmanaged shim) that uses dialogs with controls. In order to make the
controls look like WinXP controls I have added manifest files (for example
Winword.exe.manifest) that looks like the one below. This no longer works
with Office 2007 and my controls look like Windows 2000 controls.
How do I enable Windows XP control themes for my dialogs shown from within
COM Addin for Word/PP/Excel 2007.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<description>WINWORD</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>
I have COM Addin developed for Office 2003 (managed code called via
unmanaged shim) that uses dialogs with controls. In order to make the
controls look like WinXP controls I have added manifest files (for example
Winword.exe.manifest) that looks like the one below. This no longer works
with Office 2007 and my controls look like Windows 2000 controls.
How do I enable Windows XP control themes for my dialogs shown from within
COM Addin for Word/PP/Excel 2007.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<description>WINWORD</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>