창조유저그룹-커즈닷컴
Window close
ID :     PASS :   
   
  처음으로
  창조
  창조 소개
창조 다운로드
CUGz.com 소개
온라인 도움말
  커뮤니티
  가입인사
자유게시판
Q/A게시판
TIP/TECH
열린강좌
자주하는질문
아이디어게시판
  자료실
  소스자료실
프로그램자료실
기타자료실
명예의 전당
이미지 자료실
  지원/기타
  표준용어재정
구글 웹서치  
관리자 전용


LIST ALL
Posted by ps.구루2004-03-06 20:35:51, Hit : 4605
델파이에서 찾은 Manifest
Post URL : http://cugz.sjworks.net/bbs/zboard.php?id=freeboard&no=1079
-------델파이 7 엔터프라이즈 도움말에서 themes:Windows XP 키워드로 검색---------
Microsoft has forked Windows common controls into two separate versions. Version 5 is available on all Windows versions from Windows 95 or later; it displays controls using a "3D chiseled" look. Version 6 became available with Windows XP. Under version 6, controls are rendered by a theme engine which matches the current Windows XP theme. If the user changes the theme, version 6 common controls will match the new theme automatically. You don't need to recompile the application.

The VCL can now accommodate both types of common controls. Borland has added a number of components to the VCL to handle common control issues automatically and transparently. These components will be present in any VCL application you build. By default, any VCL applications will display version 5 common controls. To display version 6 controls, you (or your application's users) must add a manifest file to your application.

A manifest file contains an XML list of dependencies for your application. The file itself shares the name of your application, with ".manifest" appended to the end. For example, if your project creates Project1.exe as its executable, its manifest file should be named Project1.exe.manifest. Here is an example of a manifest file:

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


Use the example above to create a manifest file for your application. If you place your manifest file in the same directory as your application, its controls will be rendered using the common controls version 6 theme engine. Your application now supports Windows XP themes.

For more information on Windows XP common controls, themes, and manifest files, consult Microsoft's online documentation.

참고로 말씀드리자면, 델파이7 은 객체상태로 XPManifest를 지원합니다.

창조를 포함한 거의 모든 프로그램은 XPManifest를 지원합니다.

위 설명대로 XML 소스 부분을 복사하여 실행파일이름.exe.manifest 로 저장하고 해당 exe파일을 실행하시면 되며,
실패시에는 Manifest를 UTF-8 형식으로 저장하세요(저장형식이 영향을 끼치는지 확실치는 않지만)

강현구   2004-03-06 PM 11:07:04  
http://cugz.com/bbs/data/pds_etc/mf.exe
LIST ALL               GO TO THE TOP


N
C
   Subject
Posted by
Date
H
3073
     [re] 오늘 알았지만.... [1]
nylon 2002/10/20  4626
3072
   미완성되었던.. Fir bird play 를 새롭게 작업해보려합니다.. [3]
권선중 2010/07/15  4622
3071
   빛 좋은 개살구 [8]
ps.이진백 2004/12/10  4622
3070
   이런말 드려두 될지..ㅡㅡ; [3]
하얀종이 2002/10/30  4621
3069
   2090바이러스 ... 의심과 과대포장 [3]
박종훈 2009/02/14  4619
3068
   심석 캠퍼스.. [2]
손상진 2005/04/16  4617
3067
   홈페이지 임시 오픈~!!
날개달기 2003/10/12  4611
3066
   지금 홈페이지 공사중입니다. [3]
JYBSoft 2002/12/23  4611
3065
   세계 최고의 호텔 - 두바이 Burj Al Arab 호텔 [펌] [9]
권선중 2005/08/03  4610
3064
   요즘.... 초등학교 자원 봉사중... [4]
신용주 2010/09/17  4606
3063
   [올림픽] 체조 조성민 팽행봉 판정 논란 [2]
이경근 2004/08/20  4606
3062
   포인트 말인데요... [21]
qkrwhdgns 2006/01/06  4605

   델파이에서 찾은 Manifest [1]
ps.구루 2004/03/06  4605
3060
   [주접]아름다름님이누구징 [5]
八神 庵 2002/12/23  4605
3059
   오랜만에 글씁니다~ [2]
이경근 2004/07/18  4604
3058
   문득....CUGZ는 게시판 실명아니였나요? [3]
권선중 2010/07/12  4603
3057
   소스왕국에서 좀 놀다가;;
Pueding 2002/10/06  4603
3056
   2090년 바이러스 조심하셔요. [1]
제인호[독도] 2009/02/10  4601
3055
   어, 이건 무슨 현상일까요.... [3]
지상현 2007/06/15  4601
3054
   하루동안.. [2]
손상진 2005/06/13  4601
3053
   익스8 에서는 게시판에 나오질 않는군요. [1]
박재성 2012/05/29  4598
3052
   저도 오랜만에 글 남깁니다ㅋ [4]
김동민 2010/09/02  4597
3051
   어떻게 백신들은 다 똑같이 활동 (?) -_-;
한수훈 2008/11/15  4597
3050
   안녕하세요. 변혁수입니다. [1]
변혁수 2009/04/24  4596
3049
   기대되는 영화 "D-War" 새로운 동영상^^;; [2]
손상진 2005/06/18  4596
LIST ALL   Prev [1]..[31][32][33] 34 [35][36][37][38][39][40]..[156] Next
Copyright 1999-2024 Zeroboard / skin by reedyfox in miniwini style
로그인
지우개 Expert 3.0
제작자 : 천호성 님 [LINK]
로그인
대박로또2005
제작자 : 최재일 님 [LINK]
로그인
1박종훈15292 점
2지상현8809 점
3손상진7388 점
4권선중6060 점
5이진백5174 점
로그인
가입일닉네임
05/31김동률
03/31홍형기
09/01o00pp99oo
12/27이재민
11/20이희철
로그인