<?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 : Themed dialog caption disappears</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : Themed dialog caption disappears]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 22:26:54 +0000</pubDate>
  <lastBuildDate>Sat, 17 May 2008 04:57:35 +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=10639</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[Themed dialog caption disappears : In my opinion sophisticated anti-cracking...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10639&amp;PID=35349&amp;title=themed-dialog-caption-disappears#35349</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 10639<br /><strong>Posted:</strong> 17 May 2008 at 4:57am<br /><br />In my opinion sophisticated anti-cracking software is a waste of money.<DIV>1) You need to install as a privileged user, which is disencouraged by Microsoft since UAC in Vista.</DIV><DIV>2) The code gets bloated and you can end up with HARD crashes that simply reboots your computer.</DIV><DIV>3) No matter what, a skilled cracker breaks the protection within a couple of hours.</DIV>]]>
   </description>
   <pubDate>Sat, 17 May 2008 04:57:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10639&amp;PID=35349&amp;title=themed-dialog-caption-disappears#35349</guid>
  </item> 
  <item>
   <title><![CDATA[Themed dialog caption disappears : Hi, Yes, SkinFramework needs...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10639&amp;PID=35323&amp;title=themed-dialog-caption-disappears#35323</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10639<br /><strong>Posted:</strong> 16 May 2008 at 2:45pm<br /><br /><P>Hi,</P><DIV>Yes, SkinFramework needs import table to hook API calls. :-(</DIV>]]>
   </description>
   <pubDate>Fri, 16 May 2008 14:45:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10639&amp;PID=35323&amp;title=themed-dialog-caption-disappears#35323</guid>
  </item> 
  <item>
   <title><![CDATA[Themed dialog caption disappears : Why would that help? I do not...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10639&amp;PID=35297&amp;title=themed-dialog-caption-disappears#35297</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4140">JerryEvans</a><br /><strong>Subject:</strong> 10639<br /><strong>Posted:</strong> 16 May 2008 at 5:41am<br /><br />Why would that help? I do not have a window handle at that point and therefore would not be able to call RedrawWindow() to ensure caption changes etc.<br><br>I think I have identified the problem. The skin framework works by hooking API calls. The release version of Riffster is processed by some anti-cracking software which patches the import table etc to make reverse engineering more difficult. I rather suspect this is the problem. I am going to put some tracer code into the hooking sections and see where it is failing.<br>]]>
   </description>
   <pubDate>Fri, 16 May 2008 05:41:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10639&amp;PID=35297&amp;title=themed-dialog-caption-disappears#35297</guid>
  </item> 
  <item>
   <title><![CDATA[Themed dialog caption disappears : Hi, Move it to constructor of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10639&amp;PID=35283&amp;title=themed-dialog-caption-disappears#35283</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10639<br /><strong>Posted:</strong> 16 May 2008 at 1:38am<br /><br /><P>Hi,</P><DIV>Move it to constructor of Dialog.</DIV>]]>
   </description>
   <pubDate>Fri, 16 May 2008 01:38:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10639&amp;PID=35283&amp;title=themed-dialog-caption-disappears#35283</guid>
  </item> 
  <item>
   <title><![CDATA[Themed dialog caption disappears : HiI&amp;#039;ve got a weird problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10639&amp;PID=35251&amp;title=themed-dialog-caption-disappears#35251</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4140">JerryEvans</a><br /><strong>Subject:</strong> 10639<br /><strong>Posted:</strong> 15 May 2008 at 12:46pm<br /><br />Hi<br><br>I've got a weird problem with the skins in a dialog application. By default it is set to use the Vista skin - when it runs first time I see this effect:<br><br>Ignoring the fact no skin is loaded, you can see that the caption bar is not being painted at all. What worse is that if focus returns to the app the caption appears for a second or two and then disappears.<br><br>I am only calling these XTP functions during OnInitDialog().<br><br>1. XTPSkinManager()-&gt;ApplyWindow(m_hWnd);<br>2. XTPSkinManager()-&gt;LoadSkin("path to skin file");<br>3. RedrawWindow(NULL,NULL,RDW_FRAME|RDW_INVALIDATE|RDW_UPDATENOW|RDW_ERASE|RDW_ALLCHILDREN);<br><br>Does the skin manager get confused if the dialog is resized/repositioned? <br><br>Any ideas? I am uncomfortably close to a release and I need to be certain this is all going to work correctly.<br><br>Thanks.<br><br>Jerry<br><br><img src="uploads/20080515_123953_splash1-error.png" height="381" width="626" border="0"><br>]]>
   </description>
   <pubDate>Thu, 15 May 2008 12:46:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10639&amp;PID=35251&amp;title=themed-dialog-caption-disappears#35251</guid>
  </item> 
 </channel>
</rss>