Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » Look and Chameleon Technology » FileSel
Re: FileSel [message #7253 is a reply to message #7252] Tue, 19 December 2006 15:56 Go to previous messageGo to previous message
zsolt is currently offline  zsolt
Messages: 702
Registered: December 2005
Location: Budapest, Hungary
Contributor
It uses XP theme if you add a .manifest file to your project.
And additionally, you have to add a .rc file with content, something like:
1 24 "MyProject.manifest"
5555 ICON "MyProject.ico"


The MyProject.manifest is something like this:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly
   xmlns="urn:schemas-microsoft-com:asm.v1"
   manifestVersion="1.0">
<assemblyIdentity
    processorArchitecture="x86"
    version="5.1.0.0"
    type="win32"
    name="MyProject.exe"/>
    <description>MyProject description</description>
    <dependency>
    <dependentAssembly>
    <assemblyIdentity
         type="win32"
         name="Microsoft.Windows.Common-Controls"
         version="6.0.0.0"
         publicKeyToken="6595b64144ccf1df"
         language="*"
         processorArchitecture="x86"/>
    </dependentAssembly>
    </dependency>
</assembly>
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Creating a theme
Next Topic: Chameleon themes
Goto Forum:
  


Current Time: Sun Jun 15 11:58:18 CEST 2025

Total time taken to generate the page: 0.04172 seconds