<?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[Editfeldkontrolle]]></title><description><![CDATA[<p>Hallo Leute,<br />
da ich noch in den Anfängen im Programmieren bin, habe ich auch mehrere Fragen die<br />
wahrscheinlich einfach zu beantworten sind. Ich möchte bei meinen Editfeldern daß man dort nur Zahlen eingeben kann. Habe daß mal so probiert:</p>
<pre><code class="language-cpp">if ((key&lt;'0') || (Key&gt;'9'))
 { Key=0; }
</code></pre>
<p>Daß Problem dabei ist nur, daß man auch keine &quot;Enter&quot;,&quot;Backspace&quot;,&quot;,&quot;,&quot;.&quot; mehr machen kann. Wie nehme ich daß mit darein?</p>
<p>Und dann habe ich noch ein Problem mit der Kontrolle ob überhaupt was im Editfeld steht. Wie frage ich so etwas ab und wir sage ich, wenn nichts drinsteht daß es daß Programm aussteigt und den Cursor auf daß jeweilige Edifeld setzt?</p>
<p>Vielen Dank</p>
<p>yellow1</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/131522/editfeldkontrolle</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Jul 2026 13:08:48 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/131522.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 04 Jan 2006 09:22:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Editfeldkontrolle on Wed, 04 Jan 2006 09:22:01 GMT]]></title><description><![CDATA[<p>Hallo Leute,<br />
da ich noch in den Anfängen im Programmieren bin, habe ich auch mehrere Fragen die<br />
wahrscheinlich einfach zu beantworten sind. Ich möchte bei meinen Editfeldern daß man dort nur Zahlen eingeben kann. Habe daß mal so probiert:</p>
<pre><code class="language-cpp">if ((key&lt;'0') || (Key&gt;'9'))
 { Key=0; }
</code></pre>
<p>Daß Problem dabei ist nur, daß man auch keine &quot;Enter&quot;,&quot;Backspace&quot;,&quot;,&quot;,&quot;.&quot; mehr machen kann. Wie nehme ich daß mit darein?</p>
<p>Und dann habe ich noch ein Problem mit der Kontrolle ob überhaupt was im Editfeld steht. Wie frage ich so etwas ab und wir sage ich, wenn nichts drinsteht daß es daß Programm aussteigt und den Cursor auf daß jeweilige Edifeld setzt?</p>
<p>Vielen Dank</p>
<p>yellow1</p>
]]></description><link>https://www.c-plusplus.net/forum/post/956347</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/956347</guid><dc:creator><![CDATA[yellow1]]></dc:creator><pubDate>Wed, 04 Jan 2006 09:22:01 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeldkontrolle on Wed, 04 Jan 2006 09:51:07 GMT]]></title><description><![CDATA[<p>Editfeld?<br />
C++ kennt kein editfeld!</p>
<p>Welche IDE verwendest du denn, damit du in das entsprechende subforum verschoben werden kannst!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/956356</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/956356</guid><dc:creator><![CDATA[ser1al]]></dc:creator><pubDate>Wed, 04 Jan 2006 09:51:07 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeldkontrolle on Wed, 04 Jan 2006 09:57:21 GMT]]></title><description><![CDATA[<p>Benutze den Borland C++ Builder.<br />
Da arbeite ich mit Editfeldern. Mehr kann ich da auch nicht zu sagen oder mehr weiß ich nicht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/956363</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/956363</guid><dc:creator><![CDATA[yellow1]]></dc:creator><pubDate>Wed, 04 Jan 2006 09:57:21 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeldkontrolle on Wed, 04 Jan 2006 10:15:33 GMT]]></title><description><![CDATA[<p>dann sollte deine frage ins c++builder forum verschoben werden!</p>
<p>Du kannst auch in der FAQ im C++Builder Subforum mal nachschauen, ich glaube da gab es ein theme dazu (Editfeld nur Zahlen)...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/956382</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/956382</guid><dc:creator><![CDATA[ser1al]]></dc:creator><pubDate>Wed, 04 Jan 2006 10:15:33 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeldkontrolle on Wed, 04 Jan 2006 10:29:51 GMT]]></title><description><![CDATA[<p>Soll ich den Beitrag neu erstellen oder an wen muss ich mich wenden damit er verschoben wird?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/956399</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/956399</guid><dc:creator><![CDATA[yellow1]]></dc:creator><pubDate>Wed, 04 Jan 2006 10:29:51 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeldkontrolle on Wed, 04 Jan 2006 10:31:15 GMT]]></title><description><![CDATA[<p>yellow1 schrieb:</p>
<blockquote>
<p>Soll ich den Beitrag neu erstellen oder an wen muss ich mich wenden damit er verschoben wird?</p>
</blockquote>
<p>eigentlich sollte das ein moderator bald machen, denn crossposting wird hier nicht so gern gesehen, warte eben noch nen bisschen, und wenn sich nix tut, wirst ihn wohl neu erstellen müssen im Builder Subforum!</p>
<p>Aber schau dir bitte erstmal die faq hier an!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/956401</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/956401</guid><dc:creator><![CDATA[ser1al]]></dc:creator><pubDate>Wed, 04 Jan 2006 10:31:15 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeldkontrolle on Wed, 04 Jan 2006 12:44:26 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=403" rel="nofollow">HumeSikkins</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=15" rel="nofollow">C++</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=2" rel="nofollow">VCL/CLX (Borland C++ Builder)</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/956556</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/956556</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Wed, 04 Jan 2006 12:44:26 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeldkontrolle on Wed, 04 Jan 2006 13:41:47 GMT]]></title><description><![CDATA[<p>Schau hier in den Quelltext:</p>
<p><a href="http://www.marquardtnet.info/cecke/komponenten.2/2_useredit.html" rel="nofollow">http://www.marquardtnet.info/cecke/komponenten.2/2_useredit.html</a></p>
<p>und</p>
<p><a href="http://www.marquardtnet.info/cecke/quickies.1/1_quicky_23.html" rel="nofollow">http://www.marquardtnet.info/cecke/quickies.1/1_quicky_23.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/956627</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/956627</guid><dc:creator><![CDATA[Christian211]]></dc:creator><pubDate>Wed, 04 Jan 2006 13:41:47 GMT</pubDate></item></channel></rss>