XP enable your Delphi application |
|
axsoft
版主 發表:681 回覆:1056 積分:969 註冊:2002-03-13 發送簡訊給我 |
XP enable your Delphi application資料來源:http://community.borland.com/article/0,1410,28011,00.html The following applies only if you run your application in Windows XP environnement. The procedure below was tested in Delphi 6. Step 1: Load your project, myproj.dpr Step 2: Create a xml file "myproj.exe.manifest" containing the following lines: < ?xml version="1.0" encoding="UTF-8" standalone="yes"? > < assembly manifestVersion="1.0" > < assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="CompanyName.ProductName.YourApp" type="win32" / > < description >My XP App.< /description > < dependency > < dependentAssembly > < assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" / > < /dependentAssembly > < /dependency > < /assembly >" Step 3: Create a rc file "xp.rc" containing: CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "myproj.exe.manifest" Step 4: Add the rc file to your project Step 5: Rebuild and run your application. Look at the buttons, comboboxes, lists, etc. 網路志工聯盟----Visita網站http://www.vista.org.tw ---[ 發問前請先找找舊文章 ]--- 發表人 - axsoft 於 2002/09/03 10:16:32 |
tailen
中階會員 發表:82 回覆:109 積分:63 註冊:2002-04-08 發送簡訊給我 |
|
micwallo
一般會員 發表:3 回覆:12 積分:3 註冊:2002-07-16 發送簡訊給我 |
|
axsoft
版主 發表:681 回覆:1056 積分:969 註冊:2002-03-13 發送簡訊給我 |
引言: 我不明白啊! 究竟上面那一些 Code 代表了甚麼?主要讓您的應用程式能開啟xp FORM的SKIN(能使用到comctl.dll v.60的功能) 網路志工聯盟----Visita網站http://www.vista.org.tw ---[ 發問前請先找找舊文章 ]--- |
syc0121
一般會員 發表:6 回覆:12 積分:3 註冊:2003-01-15 發送簡訊給我 |
引言:請問 CompanyName.ProductName.YourApp 是什麼意思咧 |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |