<?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[Gegenteil von ES_NUMBER]]></title><description><![CDATA[<p>gibt es da irgendwie ein gegenstück zu das man in nem edit feld nur noch buchstaben und keine zahlen mehr eintippen kann oder muss man das selber schreiben ???</p>
<p>danke schonmal für die hilfe</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/144395/gegenteil-von-es_number</link><generator>RSS for Node</generator><lastBuildDate>Wed, 05 Aug 2026 02:13:53 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/144395.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 17 Apr 2006 20:59:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Gegenteil von ES_NUMBER on Mon, 17 Apr 2006 20:59:27 GMT]]></title><description><![CDATA[<p>gibt es da irgendwie ein gegenstück zu das man in nem edit feld nur noch buchstaben und keine zahlen mehr eintippen kann oder muss man das selber schreiben ???</p>
<p>danke schonmal für die hilfe</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1039342</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1039342</guid><dc:creator><![CDATA[Chruese]]></dc:creator><pubDate>Mon, 17 Apr 2006 20:59:27 GMT</pubDate></item><item><title><![CDATA[Reply to Gegenteil von ES_NUMBER on Mon, 17 Apr 2006 21:11:27 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">void __fastcall TForm1::Edit1KeyPress(TObject *Sender, char &amp;Key)
{
   if(Key&gt;='0'&amp;&amp;Key&lt;='9') Key=0;
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1039350</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1039350</guid><dc:creator><![CDATA[numbrero]]></dc:creator><pubDate>Mon, 17 Apr 2006 21:11:27 GMT</pubDate></item></channel></rss>