Results 1 to 2 of 2

Thread: .ส่ Theme Windows XP ให้กับ Control ของ VB

  1. #1


    ปกติเมื่อเรา compile โปรแกรมที่สร้างด้วย VB6 ของเรา ออกมา เมื่อเรานำโปรแกรมของเราไปรัน บน Windows XP แล้ว คอนโทรลต่างๆ ก็จะยังเป็น ของ windows รุ่นก่อนๆ อยู่ ผมก็มีวิธีมาฝากครับ

    1. Compile โปรแกรมเราออกมาก่อนครับ (ต้อง Compile ครับเพราะวิธีนี้จำเป็นที่จะต้อง compile)
    2. เปิดโปรแกรม NotePad ขึ้นมา และใส่ข้อความดังต่อไปนี้ครับ

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


    3. ให้ Save ไฟล์ชื่อ "ชื่อโปรแกรมของคุณ.exe.MANIFEST" ไว้ในโฟลเดอร์เดียวกันกับที่เก็บโปรแกรมของคุณ
    4. ลองเปิดโปรแกรมคุณขึ้นมาดูครับ

    เมื่อคุณทำตามวิธีข้างต้นแล้วโปรแกรมของคุณก็จะใช้ Theme ของ Windows XP แล้วครับ

    ถ้าต้องการเอา Visual Style ออกจาก โปรแกรมคุณก็เพียงแค่ลบไฟล์ "ชื่อโปรแกรมของคุณ.exe.MANIFEST" เท่านั้นครับ


    อ้างอิงจาก http://www.siamdev.net
    [b]| CMS-Design | [url="http://www.cms-design.co.nr"]www.cms-design.co.nr[/url] | Web Design by CMS |[/b]

  2. #2
    Junior Member
    Join Date
    Oct 2006
    Posts
    13


    ผมลองแล้วเปิดโปรแกรมไม่ได้อ่ะ

Similar Threads

  1. Windows 7 Darkclear Windowblind Theme | 8 Mb.
    By Satyr1c in forum Linux, Unix , Window เกี่ยวกับ OS ต่างๆ
    Replies: 0
    Last Post: 17-07-2009, 04:43 PM
  2. Aquanox Windows XP Theme | 5.5 MB
    By Satyr1c in forum Linux, Unix , Window เกี่ยวกับ OS ต่างๆ
    Replies: 0
    Last Post: 21-06-2009, 11:28 PM
  3. Theme Windows 7 (for Win XP)
    By Acr0ph0bia in forum แนะนำ Software ต่างๆ
    Replies: 2
    Last Post: 12-05-2009, 08:02 AM
  4. ~ Windows Vista 4 Theme ~
    By gazette in forum Window Application
    Replies: 1
    Last Post: 18-08-2007, 11:58 AM
  5. Replies: 1
    Last Post: 03-12-2006, 05:26 PM

Members who have read this thread : 0

Actions : (View-Readers)

There are no names to display.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •