<?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[Standardschaltfläche]]></title><description><![CDATA[<p>Hi,</p>
<p>wie kann ich eine Standardschaltfläche machen, sodass beim Drücken von Enter automatisch &quot;OK&quot; betätigt wird?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/94992/standardschaltfläche</link><generator>RSS for Node</generator><lastBuildDate>Sun, 26 Apr 2026 15:39:38 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/94992.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 15 Dec 2004 06:09:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Standardschaltfläche on Wed, 15 Dec 2004 06:09:30 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>wie kann ich eine Standardschaltfläche machen, sodass beim Drücken von Enter automatisch &quot;OK&quot; betätigt wird?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/673431</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/673431</guid><dc:creator><![CDATA[Tubos]]></dc:creator><pubDate>Wed, 15 Dec 2004 06:09:30 GMT</pubDate></item><item><title><![CDATA[Reply to Standardschaltfläche on Wed, 15 Dec 2004 06:31:30 GMT]]></title><description><![CDATA[<p>Versuch es mal mit BS_DEFPUSHBUTTON.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/673438</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/673438</guid><dc:creator><![CDATA[flenders]]></dc:creator><pubDate>Wed, 15 Dec 2004 06:31:30 GMT</pubDate></item><item><title><![CDATA[Reply to Standardschaltfläche on Wed, 15 Dec 2004 13:51:46 GMT]]></title><description><![CDATA[<p>Hmm, das funktioniert nicht so ganz.</p>
<p>Mein Versuch:</p>
<pre><code class="language-cpp">SendMessage(GetDlgItem(hSearchDialog, IDOK), BM_SETSTYLE, BS_DEFPUSHBUTTON, 0);
</code></pre>
<p>Der Dialog heißt hSearchDialog, die ID des OK-Buttons ist IDOK.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/673698</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/673698</guid><dc:creator><![CDATA[Tubos]]></dc:creator><pubDate>Wed, 15 Dec 2004 13:51:46 GMT</pubDate></item><item><title><![CDATA[Reply to Standardschaltfläche on Wed, 15 Dec 2004 14:16:20 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">SendMessage(GetDlgItem(hSearchDialog, IDOK), BM_SETSTYLE, BS_DEFPUSHBUTTON, TRUE);
</code></pre>
<p>msdn<br />
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/buttons/buttonreference/buttonmessages/bm_setstyle.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/buttons/buttonreference/buttonmessages/bm_setstyle.asp</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/673722</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/673722</guid><dc:creator><![CDATA[miller_m]]></dc:creator><pubDate>Wed, 15 Dec 2004 14:16:20 GMT</pubDate></item></channel></rss>