Hi
I am sorry for delay response.
Because we consider if a MSDN user is managed customers according to if he
has registered correctly. And now your third post has been recognized as a
managed customer so you can post further question in a new thread, we will
get notified and help to follow up you.
As for the issue, I suggest you create a simple text file with the content
as below
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="X86"
name="CompanyName.ProductName.YourApp"
type="win32"
/>
<description>Your application description here.</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>
And named the file as WINWORD.EXE.Manifest and put it in where the
winword.exe located.
e.g.
<Program Files>\Microsoft Office\OFFICE11
Best regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! -
www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.