<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Otak Atik [dot] Com &#187; manifest file</title>
	<atom:link href="http://www.otakatik.com/tag/manifest-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.otakatik.com</link>
	<description>Empowering Computer</description>
	<lastBuildDate>Wed, 25 Jan 2012 09:06:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Make Visual Basic Result Has XP looking</title>
		<link>http://www.otakatik.com/make-visual-basic-result-has-xp-looking/</link>
		<comments>http://www.otakatik.com/make-visual-basic-result-has-xp-looking/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 15:10:41 +0000</pubDate>
		<dc:creator>Edi Kwie</dc:creator>
				<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[manifest file]]></category>

		<guid isPermaLink="false">http://www.otakatik.com/make-visual-basic-result-has-xp-looking/</guid>
		<description><![CDATA[What do you bore with Windows 9x looking at your Visual Basic IDE and project, just turn it to XP looking and you&#8217;ll get a modern looking . OK, follow these steps : 1. Type this script : version="1.0.0.0" processorArchitecture="X86" name="WindowsXP" type="win32" /&#62; Your application description here. type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" /&#62; at [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.otakatik.com/wp-content/uploads/tiptricks/0031/logo.jpg" alt="Logo" title="Logo" /><br />
What do you bore with Windows 9x looking at your Visual Basic IDE and project, just turn it to XP looking and you&#8217;ll get a modern looking <img src='http://www.otakatik.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .<br />
<span id="more-14"></span><br />
OK, follow these steps :<br />
1. Type this script :</p>
<pre name="code" class="xml">
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestversion="1.0">
<assemblyidentity>
</assemblyidentity>version="1.0.0.0"
processorArchitecture="X86"
name="WindowsXP"
type="win32"
/&gt;
<description>Your application description here.</description>
<dependency>
<dependentassembly>
<assemblyidentity>
</assemblyidentity>type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/&gt;
</dependentassembly>
</dependency>
</assembly></pre>
<p>at your text editor such as <strong>Notepad</strong>.<br />
<img src="http://www.otakatik.com/wp-content/uploads/tiptricks/0031/picture-1.jpg" alt="Write notepad" title="Write notepad" /></p>
<p>2. Save that script with name: <code>application.exe.manifest</code> (in this case I save it as vb.exe.manifest) and save in the same folder that application installed (in my case I save it at C:\Program Files\Microsoft Visual Studio\VB98 folder).<br />
<img src="http://www.otakatik.com/wp-content/uploads/tiptricks/0031/picture-2.jpg" alt="Save in the same folder" title="Save in the same folder" /></p>
<p>3. And try it with your Visual Basic 6 now, and you can apply this tricks to the other application (but that&#8217;s not always work).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.otakatik.com/make-visual-basic-result-has-xp-looking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

