<?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[hotkey funzt net]]></title><description><![CDATA[<p>ich habs so programmiert:</p>
<pre><code>if(!RegisterHotKey((HWND)this-&gt;m_pWndParent, IDI_HOTKEY, MOD_CONTROL, 87))
{
	AfxMessageBox(&quot;Fehler beim Registrieren&quot;);
};
</code></pre>
<p>und das in der message map</p>
<pre><code>ON_MESSAGE(WM_HOTKEY, OnHotKey)
</code></pre>
<p>des weiteren</p>
<pre><code>LRESULT CPopup::OnHotKey(WPARAM w, LPARAM l)
{
	AfxMessageBox(&quot;hlk&quot;);
	return 0;
}
</code></pre>
<p>und es funzt nicht. es tut sich nix, wenn ich strg+w eingebe. die this-klasse ist eine ableitung von cwnd.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/79925/hotkey-funzt-net</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 15:14:21 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/79925.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 15 Jul 2004 14:45:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to hotkey funzt net on Thu, 15 Jul 2004 14:45:23 GMT]]></title><description><![CDATA[<p>ich habs so programmiert:</p>
<pre><code>if(!RegisterHotKey((HWND)this-&gt;m_pWndParent, IDI_HOTKEY, MOD_CONTROL, 87))
{
	AfxMessageBox(&quot;Fehler beim Registrieren&quot;);
};
</code></pre>
<p>und das in der message map</p>
<pre><code>ON_MESSAGE(WM_HOTKEY, OnHotKey)
</code></pre>
<p>des weiteren</p>
<pre><code>LRESULT CPopup::OnHotKey(WPARAM w, LPARAM l)
{
	AfxMessageBox(&quot;hlk&quot;);
	return 0;
}
</code></pre>
<p>und es funzt nicht. es tut sich nix, wenn ich strg+w eingebe. die this-klasse ist eine ableitung von cwnd.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/561473</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/561473</guid><dc:creator><![CDATA[- enForcer -]]></dc:creator><pubDate>Thu, 15 Jul 2004 14:45:23 GMT</pubDate></item><item><title><![CDATA[Reply to hotkey funzt net on Fri, 16 Jul 2004 08:36:56 GMT]]></title><description><![CDATA[<p>kann mir keiner helfen? die onhotkey-funktion reagiert einfach nicht, die wird nicht aufgerufen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/561905</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/561905</guid><dc:creator><![CDATA[- enf...]]></dc:creator><pubDate>Fri, 16 Jul 2004 08:36:56 GMT</pubDate></item><item><title><![CDATA[Reply to hotkey funzt net on Fri, 16 Jul 2004 08:46:53 GMT]]></title><description><![CDATA[<p>Kannst du das nicht über die Acceleratortable machen? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/561921</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/561921</guid><dc:creator><![CDATA[estartu]]></dc:creator><pubDate>Fri, 16 Jul 2004 08:46:53 GMT</pubDate></item><item><title><![CDATA[Reply to hotkey funzt net on Fri, 16 Jul 2004 08:53:14 GMT]]></title><description><![CDATA[<p>des soll global werden. das ziel ist irgendwo einen string zu markieren und per shortcut diesen in ein feld meines dialoges zu kopieren. geht das mit accelerator</p>
]]></description><link>https://www.c-plusplus.net/forum/post/561930</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/561930</guid><dc:creator><![CDATA[- enf...]]></dc:creator><pubDate>Fri, 16 Jul 2004 08:53:14 GMT</pubDate></item></channel></rss>