A manifest file sample.

Source: Internet
Author: User

Today, I went to the Xinhua Bookstore and found the article "Advanced. NET programming" written by Simon Robinson, which mentioned the XP style interface.

Record it. Maybe this is nothing new to the blog Park.

It is actually 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 = "Microsoft. winweb. formtest"  
Type = "Win32"  
/>  
< Description > . Net Control Deployment Tool </ Description >  
< Dependency >  
< Dependentassembly >  
< Assemblyidentity
Type = "Win32"  
Name = "Microsoft. Windows. Common-Controls"  
Version = "6.0.0.0"  
Processorarchitecture = "X86"  
Publickeytoken = "6595b64144ccf1df"  
Language = "*"  
/>  
</ Dependentassembly >  
</ Dependency >  
</ Assembly >  

Name= "Microsoft. winweb. formtest" 

Enter the EXE name here, use vs to open the EXE file, import the manifest file, set the resource type to rt_manifest, And the ID to 1. Save the file.

Note:FlatstyleSet the attribute valueSystem.

the above is my no-nonsense Lite version. For more details, see here. It seems that this is also copied from advanced. NET programming.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.