<?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 : Skinframework with hook dialogs</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : Skinframework with hook dialogs]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 02:04:39 +0000</pubDate>
  <lastBuildDate>Tue, 29 May 2007 04:29:45 +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=7250</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[Skinframework with hook dialogs : ok :) ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7250&amp;PID=23291&amp;title=skinframework-with-hook-dialogs#23291</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7250<br /><strong>Posted:</strong> 29 May 2007 at 4:29am<br /><br />ok :)]]>
   </description>
   <pubDate>Tue, 29 May 2007 04:29:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7250&amp;PID=23291&amp;title=skinframework-with-hook-dialogs#23291</guid>
  </item> 
  <item>
   <title><![CDATA[Skinframework with hook dialogs : thanks for your reply. I have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7250&amp;PID=23290&amp;title=skinframework-with-hook-dialogs#23290</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1862">youka</a><br /><strong>Subject:</strong> 7250<br /><strong>Posted:</strong> 29 May 2007 at 1:18am<br /><br />thanks for your reply.&nbsp; I have give up using CBT hook with skinframework. it doen't work even if i wrote nothing in the hook procedure but "CallNextHookEx(hHook, uMsg, WPARAM, LPARAM)".<DIV>&nbsp;</DIV><DIV>Now i switch to WH_CALLWNDPROC, skinframework behavior now is OK.</DIV><DIV><img src="https://forum.codejock.com/smileys/smiley17.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Tue, 29 May 2007 01:18:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7250&amp;PID=23290&amp;title=skinframework-with-hook-dialogs#23290</guid>
  </item> 
  <item>
   <title><![CDATA[Skinframework with hook dialogs : Hello,  this code has bug -...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7250&amp;PID=23289&amp;title=skinframework-with-hook-dialogs#23289</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7250<br /><strong>Posted:</strong> 28 May 2007 at 3:27pm<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>this code has bug - it doesn't call CallnextHookEx.</DIV><DIV>&nbsp;</DIV><DIV>Attach project to show how you use it/what call.</DIV>]]>
   </description>
   <pubDate>Mon, 28 May 2007 15:27:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7250&amp;PID=23289&amp;title=skinframework-with-hook-dialogs#23289</guid>
  </item> 
  <item>
   <title><![CDATA[Skinframework with hook dialogs : Dears ,  I tested skinframework...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7250&amp;PID=23286&amp;title=skinframework-with-hook-dialogs#23286</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1862">youka</a><br /><strong>Subject:</strong> 7250<br /><strong>Posted:</strong> 28 May 2007 at 10:29am<br /><br /><DIV>Dears ,</DIV><DIV>&nbsp;</DIV><DIV>I tested skinframework with a hook messagebox, but it can't work.</DIV><DIV>&nbsp;</DIV><DIV>the code sample can be found here:</DIV><DIV><a href="http://vbnet.mvps.org/index.html?code/hooks/messageboxhooktimer.htm" target="_blank">&nbsp;</DIV><DIV><DIV>http://vbnet.mvps.org/index.html?code/hooks/messageboxhooktimer.htm</A></DIV><DIV>&nbsp;</DIV></DIV><DIV>&nbsp;</DIV><DIV>I&nbsp;use SetWindowsHookEx(WH_CBT, _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AddressOf MsgBoxHookProc, _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hInstance, hThreadId)</DIV><DIV>to hook to&nbsp;a msgbox so that i can change the button captions.</DIV><DIV>But even if I called&nbsp;&nbsp;<FONT color=#0000ff>CallNextHookEx(MSGHOOK.hHook, uMsg, wParam, ByVal lParam) </FONT><FONT>The skin still won't be applied to the messagebox dialog.</FONT></DIV><DIV>&nbsp;</DIV><DIV>Any one could help will be greate appreciated:)</DIV><DIV>&nbsp;</DIV><DIV>Thanks.</DIV>]]>
   </description>
   <pubDate>Mon, 28 May 2007 10:29:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7250&amp;PID=23286&amp;title=skinframework-with-hook-dialogs#23286</guid>
  </item> 
 </channel>
</rss>