<?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 in der registry speichern]]></title><description><![CDATA[<p>hallo,</p>
<p>wie kann ich einen hotkey in der registry speichern? in welchen datentyp sollte ich den umwandeln und wie geht das?</p>
<p>im vorhinein dankeschön</p>
<p>- enf...</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/80991/hotkey-in-der-registry-speichern</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 16:43:58 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/80991.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 27 Jul 2004 06:16:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to hotkey in der registry speichern on Tue, 27 Jul 2004 06:16:14 GMT]]></title><description><![CDATA[<p>hallo,</p>
<p>wie kann ich einen hotkey in der registry speichern? in welchen datentyp sollte ich den umwandeln und wie geht das?</p>
<p>im vorhinein dankeschön</p>
<p>- enf...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/569095</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/569095</guid><dc:creator><![CDATA[- enForcer -]]></dc:creator><pubDate>Tue, 27 Jul 2004 06:16:14 GMT</pubDate></item><item><title><![CDATA[Reply to hotkey in der registry speichern on Tue, 27 Jul 2004 09:39:12 GMT]]></title><description><![CDATA[<p>vielleicht sollte ich noch erwähnen, dass der hk vom typ chotkeyctrl ist (wird von einem dialog eingelesen=</p>
]]></description><link>https://www.c-plusplus.net/forum/post/569241</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/569241</guid><dc:creator><![CDATA[- enForcer -]]></dc:creator><pubDate>Tue, 27 Jul 2004 09:39:12 GMT</pubDate></item><item><title><![CDATA[Reply to hotkey in der registry speichern on Tue, 27 Jul 2004 10:22:09 GMT]]></title><description><![CDATA[<p>zum öffnen der der registry und werte auslesen/schreiben, sind 2 beispiele in der faq:</p>
<p><a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39053" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic.php?t=39053</a> &lt;-- mfc variante<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39373" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic.php?t=39373</a> &lt;-- win-api variante</p>
<p>als hinweis, ich habe mich bei einem derzeitigem projekt für variante 2 entschieden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/569278</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/569278</guid><dc:creator><![CDATA[Emperor_L0ser]]></dc:creator><pubDate>Tue, 27 Jul 2004 10:22:09 GMT</pubDate></item><item><title><![CDATA[Reply to hotkey in der registry speichern on Tue, 27 Jul 2004 10:24:19 GMT]]></title><description><![CDATA[<p>ja schon, aber wie speicher ich eine variable vom typ chotkey. ich kann die doch nicht einfach in dword oder int umwandeln</p>
]]></description><link>https://www.c-plusplus.net/forum/post/569280</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/569280</guid><dc:creator><![CDATA[- enForcer -]]></dc:creator><pubDate>Tue, 27 Jul 2004 10:24:19 GMT</pubDate></item><item><title><![CDATA[Reply to hotkey in der registry speichern on Tue, 27 Jul 2004 14:27:45 GMT]]></title><description><![CDATA[<p>soweit ich weiss, kann die registry nur daten verarbeiten, die sie auch kennt, du kannst ihr also nicht neues beibringen. somit wird dir wohl nicht anderes bleiben, als alle deine variablen der klasse chotkey einzeln zu speichern</p>
]]></description><link>https://www.c-plusplus.net/forum/post/569565</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/569565</guid><dc:creator><![CDATA[Emperor_L0ser]]></dc:creator><pubDate>Tue, 27 Jul 2004 14:27:45 GMT</pubDate></item><item><title><![CDATA[Reply to hotkey in der registry speichern on Tue, 27 Jul 2004 14:39:40 GMT]]></title><description><![CDATA[<p>wenn ein problem überstanden ist gibts das nächste...</p>
<pre><code>this-&gt;m_HotKey.SetHotKey(83, 2);
</code></pre>
<p>das wird im initdialog aufgerufen und gibt den fehler. was passt denn da nicht???</p>
]]></description><link>https://www.c-plusplus.net/forum/post/569590</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/569590</guid><dc:creator><![CDATA[- enForcer -]]></dc:creator><pubDate>Tue, 27 Jul 2004 14:39:40 GMT</pubDate></item></channel></rss>