<?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 : Propagating WM_MOUSESCROLL to report control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Propagating WM_MOUSESCROLL to report control]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 05:38:20 +0000</pubDate>
  <lastBuildDate>Mon, 02 Nov 2009 07:48:17 +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=15526</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[Propagating WM_MOUSESCROLL to report control : Sometimes it is desirable to propagate...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15526&amp;PID=54459&amp;title=propagating-wm-mousescroll-to-report-control#54459</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 15526<br /><strong>Posted:</strong> 02 November 2009 at 7:48am<br /><br /><P>Sometimes it is desirable to propagate the mouse wheel input to a child window that does <strong>not </strong>have focus. The naïve approach is to fetch WM_MOUSEWHEEL in the parent window and propagate it to the report control. This works until you close the window and get stuck in a never-ending message-loop!</P><DIV>I sense I cannot get the desired behavior with CXTPReportControl. Since WM_MOUSEWHEEL is a bottom-to-top message, it cannot be used for this. I found&nbsp;another message, MSH_MOUSEWHEEL, that goes from top to bottom. Perhaps CXTPReportControl should handle this message?</DIV><DIV><a href="http://blogs.msdn.com/oldnewthing/archive/2008/08/06/8835316.aspx" target="_blank">http://blogs.msdn.com/oldnewthing/archive/2008/08/06/8835316.aspx</A><BR><a href="http://msdn.microsoft.com/en-us/library/ms645601%28VS.85%29.aspx#_win32_The_WM_MOUSEWHEEL_Message" target="_blank">http://msdn.microsoft.com/en-us/library/ms645601(VS.85).aspx#_win32_The_WM_MOUSEWHEEL_Message</A><BR></DIV><DIV>&nbsp;</DIV><DIV>Anyway, is it possible to accomplish the above? If I scroll inside another child of my parent window, I want to trigger the "mouse wheel" event in the child report control.</DIV>]]>
   </description>
   <pubDate>Mon, 02 Nov 2009 07:48:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15526&amp;PID=54459&amp;title=propagating-wm-mousescroll-to-report-control#54459</guid>
  </item> 
 </channel>
</rss>