<?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[EN_CHANGE]]></title><description><![CDATA[<p>Kann man irgendwie, während man in der EN_KILLFOCUS ist,<br />
überprüfen, ob der Text im Editorfenster überhaupt verändert worden ist ?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/193542/en_change</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 07:37:05 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/193542.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 26 Sep 2007 23:49:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to EN_CHANGE on Wed, 26 Sep 2007 23:49:36 GMT]]></title><description><![CDATA[<p>Kann man irgendwie, während man in der EN_KILLFOCUS ist,<br />
überprüfen, ob der Text im Editorfenster überhaupt verändert worden ist ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1373512</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1373512</guid><dc:creator><![CDATA[Multiplex]]></dc:creator><pubDate>Wed, 26 Sep 2007 23:49:36 GMT</pubDate></item><item><title><![CDATA[Reply to EN_CHANGE on Thu, 27 Sep 2007 05:59:03 GMT]]></title><description><![CDATA[<p>Bei Setfocus den Text merken und bei Killfoces vergleichen? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1373540</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1373540</guid><dc:creator><![CDATA[estartu]]></dc:creator><pubDate>Thu, 27 Sep 2007 05:59:03 GMT</pubDate></item><item><title><![CDATA[Reply to EN_CHANGE on Thu, 27 Sep 2007 06:40:57 GMT]]></title><description><![CDATA[<p>Es geht viel einfacher.<br />
Es gibt die Methode CEdit::SetModify. Mit ihr kann man das Änderungs-Flag eines Edit Controls löschen oder setzen.<br />
Mit CEdit::GetModify kann man abfragen ob es seit dem eine Änderung gegeben hat.</p>
<p><a href="http://msdn2.microsoft.com/en-us/library/ec21zh98(vs.80).aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/ec21zh98(vs.80).aspx</a><br />
<a href="http://msdn2.microsoft.com/en-us/library/7kkf21e5(VS.80).aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/7kkf21e5(VS.80).aspx</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1373563</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1373563</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Thu, 27 Sep 2007 06:40:57 GMT</pubDate></item><item><title><![CDATA[Reply to EN_CHANGE on Thu, 27 Sep 2007 08:03:31 GMT]]></title><description><![CDATA[<p>Perfekt... genau das suche ich, sollte von der performance auch schneller gehen als ein stringvergleich... danke dir !</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1373630</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1373630</guid><dc:creator><![CDATA[Multiplex]]></dc:creator><pubDate>Thu, 27 Sep 2007 08:03:31 GMT</pubDate></item></channel></rss>