<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Applicati&#111;n Style</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Applicati&#111;n Style]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 25 May 2026 13:10:08 +0000</pubDate>
  <lastBuildDate>Sun, 03 Oct 2004 05:17:14 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=1214</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Applicati&#111;n Style : Yeah thanks it works great I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1214&amp;PID=3308&amp;title=application-style#3308</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=401">msamocha</a><br /><strong>Subject:</strong> 1214<br /><strong>Posted:</strong> 03 October 2004 at 5:17am<br /><br /><P>Yeah thanks it works great</P><P>I added a manifest file to allow xp looks on XP. Its a simple procedure - I'll write it here if any1 is interested:</P><P><strong>1. create a new xml manifest file with the following content:</strong></P><P><strong><FONT color=#0033ff>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt; <BR>&lt;assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"&gt;<BR>&lt;assemblyIdentity <BR>&nbsp;processorArchitecture="x86" <BR>&nbsp;version="5.1.0.0"<BR>&nbsp;type="win32"<BR>&nbsp;name="<EM>Application name</EM>"<BR>/&gt;<BR>&lt;dependency&gt;<BR>&nbsp;&lt;dependentAssembly&gt;<BR>&nbsp;&nbsp;&lt;assemblyIdentity<BR>&nbsp;&nbsp;&nbsp;type="win32"<BR>&nbsp;&nbsp;&nbsp;name="Microsoft.Windows.Common-Controls"<BR>&nbsp;&nbsp;&nbsp;version="6.0.0.0"<BR>&nbsp;&nbsp;&nbsp;publicKeyToken="6595b64144ccf1df"<BR>&nbsp;&nbsp;&nbsp;language="*"<BR>&nbsp;&nbsp;&nbsp;processorArchitecture="x86"<BR>&nbsp;&nbsp;/&gt;<BR>&nbsp;&lt;/dependentAssembly&gt;<BR>&lt;/dependency&gt;<BR>&lt;/assembly&gt;</FONT><BR></strong></P><P><strong></strong>&nbsp;</P><P><strong>2. insert a new Imported resource (the xml file from step 1) to the application - </strong></P><P><strong>&nbsp;&nbsp;&nbsp; - the resource type should be 24</strong></P><P><strong>&nbsp;&nbsp;&nbsp; -the reesource id is 1</strong></P><P>Thats it</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Sun, 03 Oct 2004 05:17:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1214&amp;PID=3308&amp;title=application-style#3308</guid>
  </item> 
  <item>
   <title><![CDATA[Applicati&#111;n Style : And rename the mainfest file to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1214&amp;PID=3291&amp;title=application-style#3291</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=711">xred</a><br /><strong>Subject:</strong> 1214<br /><strong>Posted:</strong> 30 September 2004 at 5:35am<br /><br /><P>And rename the mainfest file to "YourApplication.exe.mainfest"!</P><P>If you don't konw how to add a mainfest file,you can&nbsp;build an application with &nbsp;VS.net,then you will find a mainfest file in debug!By the way,this file's type is xml,you can open it with notebook,and you will find some useful infomation!</P><P>Hope this help!<IMG src="http://forum.codejock.com/smileys/smiley4.gif" border="0"></P>]]>
   </description>
   <pubDate>Thu, 30 Sep 2004 05:35:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1214&amp;PID=3291&amp;title=application-style#3291</guid>
  </item> 
  <item>
   <title><![CDATA[Applicati&#111;n Style : Add a manifest file to your project. ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1214&amp;PID=3274&amp;title=application-style#3274</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1214<br /><strong>Posted:</strong> 28 September 2004 at 12:43pm<br /><br />Add a manifest file to your project.]]>
   </description>
   <pubDate>Tue, 28 Sep 2004 12:43:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1214&amp;PID=3274&amp;title=application-style#3274</guid>
  </item> 
  <item>
   <title><![CDATA[Applicati&#111;n Style :   This is a standard MessageBox...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1214&amp;PID=3273&amp;title=application-style#3273</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=401">msamocha</a><br /><strong>Subject:</strong> 1214<br /><strong>Posted:</strong> 28 September 2004 at 12:14pm<br /><br /><br><br>This is a standard MessageBox displayed in the XTP CustomizeDlg sample program:<br><br><br><img src="uploads/msamocha/2004-09-28_105427_XTPMsgBox.JPG" border="0"><br><br><br><br>This a standard MessageBox from somewhere else:<br><br><br><img src="uploads/msamocha/2004-09-28_105453_StdrdMsgBox.JPG" border="0"><br><br><br><br>As you can see the customizedlg sample is blessed with the stylishbuttons in all its windows. My question is: How can I set the buttonsin my application to have these nice buttons as well (and not the uglybuttons in the 2nd image)?<br>]]>
   </description>
   <pubDate>Tue, 28 Sep 2004 12:14:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1214&amp;PID=3273&amp;title=application-style#3273</guid>
  </item> 
 </channel>
</rss>