<?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[CComboBox sperren ?]]></title><description><![CDATA[<p>Hallo Leute,</p>
<p>wie kann ich den eine CComboBox sperren ??<br />
So dass Sie angezeigt werden kann, aber mann kann nichts eintragen...</p>
<p>Gruß<br />
andy_mann</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/75681/ccombobox-sperren</link><generator>RSS for Node</generator><lastBuildDate>Sat, 25 Apr 2026 10:27:26 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/75681.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 03 Jun 2004 09:21:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CComboBox sperren ? on Thu, 03 Jun 2004 09:21:42 GMT]]></title><description><![CDATA[<p>Hallo Leute,</p>
<p>wie kann ich den eine CComboBox sperren ??<br />
So dass Sie angezeigt werden kann, aber mann kann nichts eintragen...</p>
<p>Gruß<br />
andy_mann</p>
]]></description><link>https://www.c-plusplus.net/forum/post/532172</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/532172</guid><dc:creator><![CDATA[andy_mann]]></dc:creator><pubDate>Thu, 03 Jun 2004 09:21:42 GMT</pubDate></item><item><title><![CDATA[Reply to CComboBox sperren ? on Thu, 03 Jun 2004 09:46:56 GMT]]></title><description><![CDATA[<p>Da gibt es zwei Möglichkeiten.</p>
<p>Entweder</p>
<p>EnableWindow(FALSE);</p>
<p>oder den Typ umstellen</p>
<p>Statt Dropdown nimmst Du Dropdown-Listenfeld.</p>
<p>Darauf kann man aber auch selber kommen, oder?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/532185</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/532185</guid><dc:creator><![CDATA[Trikor]]></dc:creator><pubDate>Thu, 03 Jun 2004 09:46:56 GMT</pubDate></item><item><title><![CDATA[Reply to CComboBox sperren ? on Thu, 03 Jun 2004 09:48:16 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>I:</p>
<pre><code class="language-cpp">GetDlgItem(IDC_COMBO_BLABLABLA)-&gt;EnableWindow(FALSE);
</code></pre>
<p>II:</p>
<pre><code class="language-cpp">GetDlgItem(IDC_EDIT_COMBO_DOSIERSTUFE)-&gt;ShowWindow(FALSE);
</code></pre>
<p>III:<br />
Du stellt unter Properties einfach auf &quot;Dropdown-Listenfeld&quot; um, dann kann eh nur markiert werden und nichts reingeschrieben werden.</p>
<p>IV:<br />
Du benutzt die Funktion EBN_EDITCHANGE und überwachst die Eingabe die gemacht wird. Kannst halt dann bei falscher Eingabe sperren oder Fehler anzeigen...<br />
<img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
<p>MfG<br />
RunSeb</p>
]]></description><link>https://www.c-plusplus.net/forum/post/532188</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/532188</guid><dc:creator><![CDATA[RunSeb]]></dc:creator><pubDate>Thu, 03 Jun 2004 09:48:16 GMT</pubDate></item><item><title><![CDATA[Reply to CComboBox sperren ? on Thu, 03 Jun 2004 10:41:26 GMT]]></title><description><![CDATA[<p>Vielen Dank,</p>
<p>habe schon einige einstellungen Probiert, bin aber irgend wie nicht darauf gekommen. Sorry.</p>
<p>Gruß<br />
andy_mann</p>
]]></description><link>https://www.c-plusplus.net/forum/post/532220</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/532220</guid><dc:creator><![CDATA[andy_mann]]></dc:creator><pubDate>Thu, 03 Jun 2004 10:41:26 GMT</pubDate></item></channel></rss>