Consultor Eletrônico



Kbase P46584: How to get the Windows XP look and feel?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/16/2005
Status: Verified

GOAL:

How to get the Windows XP look and feel?

GOAL:

How to package manifest file for Windows XP look and feel

FACT(s) (Environment):

Progress 9.1D
Progress 9.1E
OpenEdge 10.x
Windows XP

FIX:

To obtain the Windows XP look and feel, do the following:

1) If using Progress 9.1D, upgrade to 9.1D07 or later

2) Add the following to the 'Startup' section of the registry or INI file:

UseClipChildren=yes
3) Copy the following text and place it in a file named prowin32.exe.manifest located in the same directory as the prowin32.exe file:

<?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>