<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[ON_WM_MOUSEWHEEL wie krig ich die Nachricht an ein Cildwindow]]></title><description><![CDATA[<p>ON_WM_MOUSEWHEEL wie krige ich die Nachricht an ein Cildwindow</p>
<p>wahrscheinlich eine recht abgedrischene frage<br />
ans Main Window kommt sie</p>
<p>danke</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/73447/on_wm_mousewheel-wie-krig-ich-die-nachricht-an-ein-cildwindow</link><generator>RSS for Node</generator><lastBuildDate>Mon, 27 Apr 2026 06:19:32 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/73447.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 10 May 2004 11:45:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ON_WM_MOUSEWHEEL wie krig ich die Nachricht an ein Cildwindow on Mon, 10 May 2004 11:45:37 GMT]]></title><description><![CDATA[<p>ON_WM_MOUSEWHEEL wie krige ich die Nachricht an ein Cildwindow</p>
<p>wahrscheinlich eine recht abgedrischene frage<br />
ans Main Window kommt sie</p>
<p>danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/517563</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/517563</guid><dc:creator><![CDATA[sonnenschein]]></dc:creator><pubDate>Mon, 10 May 2004 11:45:37 GMT</pubDate></item><item><title><![CDATA[Reply to ON_WM_MOUSEWHEEL wie krig ich die Nachricht an ein Cildwindow on Mon, 10 May 2004 13:46:51 GMT]]></title><description><![CDATA[<p>Versuch es mal mit:</p>
<pre><code class="language-cpp">//Prototyp aus SDK:
BOOL PostMessage(          
    HWND hWnd,
    UINT Msg,
    WPARAM wParam,
    LPARAM lParam
);

// also 
::PostMessage(h_childWnd,...);
</code></pre>
<p>wobei Du natürlich das Handle des Child Fensters übergibst...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/517595</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/517595</guid><dc:creator><![CDATA[Win32Noob]]></dc:creator><pubDate>Mon, 10 May 2004 13:46:51 GMT</pubDate></item></channel></rss>