sakura/en/Visual Style

Last-modified: 2008-03-29 (土) 13:38:15

Visual Style

When sakura.exe.manifest is set up in OS since XP, it makes it to Visual Style (sight style).

Visual Style seems to be likely not to be applied at once in Vista. In that case, when the Sakura-Editor is started only once in an interchangeable mode, Visual Style will be applied from next time.

[star] See: Refer to the content of sakura.exe.manifest at page end.

Content of sakura.exe.manifest

The file of the following content is preserved in the same place as sakura.exe.
Please note that sakura.exe.manifest doesn't enter Virtual Store.

The example of making Visual Style since XP effective.

[tip] Note: Virtual Store is not voidable in this manifest.

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<description>Sakura-Editor</description>
<dependency>
    <dependentAssembly>
        <assemblyIdentity
            type="win32"
            name="Microsoft.Windows.Common-Controls"
            version="6.0.0.0"
            processorArchitecture="X86"
            publicKeyToken="6595b64144ccf1df"
            language="*"
        />
    </dependentAssembly>
</dependency>
</assembly>