Coder Profile - Show off your skills, get a coder profile.
 
 
 
code pin board Manifest File Download Source Code
Author Details Code Information
otoom ( Ant )

Pinned 4 Codes
Posted 10 Coding Articles

Send A Message
View Coders Profile
Language Plain Text
Expires Never
Length 559 Characters (10 Lines)
Password no password
Description

This can be used for many programming languages such as VB6, Delphi, PowerBASIC, etc that have the old Win98 theme on their applications.

Simply place this into notepad.
Change where it says my name, (Ant), and put yours.
Then save it as yourexename.exe.manifest into the same folder as your application.

Example:
My executable name is PassGen.exe
I save the file as...
PassGen.exe.manifest

Simple!
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  3.    <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="Ant" type="win32"/>
  4.    <description>Your Application Description Here!</description>
  5.    <dependency>
  6.      <dependentAssembly>
  7.        <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*"/>
  8.      </dependentAssembly>
  9.    </dependency>
  10. </assembly>
code pin board Back To Code Pin Board Post New Code
Please login to post comments.
Page 1 of 1
 
 
Part of the MyPingle Network
Development Blog :: Make A Donation :: Contact Me
Terms & Conditions :: Privacy Policy :: Documents
Version 1.44.00
Copyright © 2007 - 2008, Scott Thompson, All Rights Reserved