<?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 : Trouble with hooks</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Trouble with hooks]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 17:43:59 +0000</pubDate>
  <lastBuildDate>Mon, 12 Mar 2007 09:48:07 +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=6482</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[Trouble with hooks : Oh oh oh yeeeesThank you!  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6482&amp;PID=21104&amp;title=trouble-with-hooks#21104</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1857">ahora</a><br /><strong>Subject:</strong> 6482<br /><strong>Posted:</strong> 12 March 2007 at 9:48am<br /><br />Oh oh oh yeeees<br><br>Thank you!<br>]]>
   </description>
   <pubDate>Mon, 12 Mar 2007 09:48:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6482&amp;PID=21104&amp;title=trouble-with-hooks#21104</guid>
  </item> 
  <item>
   <title><![CDATA[Trouble with hooks : Hi, You call CallNextHookEx 2...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6482&amp;PID=20966&amp;title=trouble-with-hooks#20966</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6482<br /><strong>Posted:</strong> 07 March 2007 at 5:12am<br /><br />Hi,<DIV>You call CallNextHookEx 2 times. and use wrong "lParamComa" instead "lParam" etc.&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 07 Mar 2007 05:12:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6482&amp;PID=20966&amp;title=trouble-with-hooks#20966</guid>
  </item> 
  <item>
   <title><![CDATA[Trouble with hooks : Try ByVal on Param2 calling Ca...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6482&amp;PID=20946&amp;title=trouble-with-hooks#20946</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=841">Fabian</a><br /><strong>Subject:</strong> 6482<br /><strong>Posted:</strong> 06 March 2007 at 11:31am<br /><br />Try ByVal on Param2 calling CallNextHookEx(hHook,Code,Param1,ByVal Param2)]]>
   </description>
   <pubDate>Tue, 06 Mar 2007 11:31:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6482&amp;PID=20946&amp;title=trouble-with-hooks#20946</guid>
  </item> 
  <item>
   <title><![CDATA[Trouble with hooks : uploads/20070306_102355_TestHooks.zipHere...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6482&amp;PID=20943&amp;title=trouble-with-hooks#20943</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1857">ahora</a><br /><strong>Subject:</strong> 6482<br /><strong>Posted:</strong> 06 March 2007 at 10:26am<br /><br /><a href="uploads/20070306_102355_TestHooks.zip" target="_blank">uploads/20070306_102355_TestHooks.zip</a><br><br>Here is an example to view the error when you turn on the hooks.<br><br>Regards.<br>]]>
   </description>
   <pubDate>Tue, 06 Mar 2007 10:26:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6482&amp;PID=20943&amp;title=trouble-with-hooks#20943</guid>
  </item> 
  <item>
   <title><![CDATA[Trouble with hooks : Hello ahora   this works for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6482&amp;PID=20902&amp;title=trouble-with-hooks#20902</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=841">Fabian</a><br /><strong>Subject:</strong> 6482<br /><strong>Posted:</strong> 05 March 2007 at 11:20am<br /><br />Hello ahora <DIV>&nbsp;</DIV><DIV>this works for me in VB6:</DIV><DIV>&nbsp;</DIV><DIV>hHook=SetWindowHooksEx(WH_KEYBOARD, AddressOf KbHook, App.hInstance, App.ThreadID)</DIV><DIV>&nbsp;</DIV><DIV>In Function KbHook(Code, Param1, Param2):</DIV><DIV>&nbsp;</DIV><DIV>&nbsp; KBHook=CallNextHookEx(hHook,Code,Param1,ByVal Param2)</DIV><DIV>&nbsp; Your code</DIV><DIV>&nbsp;</DIV><DIV>I hope this helps</DIV><DIV>Fabian</DIV>]]>
   </description>
   <pubDate>Mon, 05 Mar 2007 11:20:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6482&amp;PID=20902&amp;title=trouble-with-hooks#20902</guid>
  </item> 
  <item>
   <title><![CDATA[Trouble with hooks : Hi, Anybody knows the solution???!!?Regars. ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6482&amp;PID=20895&amp;title=trouble-with-hooks#20895</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1857">ahora</a><br /><strong>Subject:</strong> 6482<br /><strong>Posted:</strong> 05 March 2007 at 7:30am<br /><br />Hi, <br><br>Anybody knows the solution???!!?<br><br>Regars.<br>]]>
   </description>
   <pubDate>Mon, 05 Mar 2007 07:30:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6482&amp;PID=20895&amp;title=trouble-with-hooks#20895</guid>
  </item> 
  <item>
   <title><![CDATA[Trouble with hooks : Hi, When I active the capture...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6482&amp;PID=20639&amp;title=trouble-with-hooks#20639</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1857">ahora</a><br /><strong>Subject:</strong> 6482<br /><strong>Posted:</strong> 22 February 2007 at 3:11am<br /><br />Hi, <br><br>When I active the capture of windows hooks with <i>SetWindowsHookEx(WH_KEYBOARD, AddressOf KeyboardHook, 0, aAppThreadID)</i> and I cath them, the key shortcuts of the CommandBar or any key, that I have configured, don't work ok, like for example a ALT+S of a "save button".<br><br>The CommandBars don't capture any key like "return" or cursor keys when it have the focus.<br><br>Regards.<br><br>P.D.: Sorry my bad english <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0" align="absmiddle"><br>]]>
   </description>
   <pubDate>Thu, 22 Feb 2007 03:11:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6482&amp;PID=20639&amp;title=trouble-with-hooks#20639</guid>
  </item> 
 </channel>
</rss>