Delphi-PRAXiS
Seite 4 von 4   « Erste     234   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   WIN-XP Design mit delphi (https://www.delphipraxis.net/56502-win-xp-design-mit-delphi.html)

Kedariodakon 12. Sep 2007 14:00

Re: WIN-XP Design mit delphi
 
So das wollte ich auch mal probieren...
Zitat:

Zitat von ManuMF
Ich habe D6 und mache es so:
Ich habe eine Datei XPStil.manifest:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
    name=Firmenname.Programmname"
    processorArchitecture="x86"
    version="1.0.0.0"
    type="win32"/>
<description>Programmbeschreibung</description>
<dependency>
    <dependentAssembly>
        <assemblyIdentity
            type="win32"
            name="Microsoft.Windows.Common-Controls"
            version="6.0.0.0"
            processorArchitecture="x86"
            publicKeyToken="6595b64144ccf1df"
            language="*"
        />
    </dependentAssembly>
</dependency>
</assembly>

So eine Datei anlegen ist nicht schwer, das bekomm ich hin.


Zitat:

Zitat von ManuMF
Dann erstelle ich eine XPStil.rc
Code:
1 24 "XPStil.manifest"

Wie erstellt man so eine *.rc aus der Datei???

Zitat:

Zitat von ManuMF
die ich mit Klick auf "zum Projekt hinzufügen" einbinde. Mehr nicht - und es funktioniert. Die Manifest-Datei brauche ich nicht weiterzugeben.

Das bekomm ich wohl hin, aber die *.rc - Datei fehlt mir :angel2:

Bye Christian


EDIT: Ich habs verpeilt, Fragen sind alle geklärt :drunken:


Alle Zeitangaben in WEZ +1. Es ist jetzt 05:17 Uhr.
Seite 4 von 4   « Erste     234   

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz