<?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[Ein Fenster was bei Aktivierung nicht den Fokus bekommt...]]></title><description><![CDATA[<p>Hallo...</p>
<p>ich habe eine Fenster, was rechts unten bei einer neuen Mailnachricht kurz erscheint.. es soll aber bei dem Form-&gt;Show event nicht aktiviert werden, bzw. den focus bekommen... wie kann ich das verhindern? ich glaube ich müsste irgendwie die message abfangen oder sowas, aber wie geht denn sowas...?!?</p>
<p>danke schonmal, greetz,</p>
<p>janko</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/79842/ein-fenster-was-bei-aktivierung-nicht-den-fokus-bekommt</link><generator>RSS for Node</generator><lastBuildDate>Tue, 30 Jun 2026 10:47:42 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/79842.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 14 Jul 2004 21:35:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Ein Fenster was bei Aktivierung nicht den Fokus bekommt... on Wed, 14 Jul 2004 21:35:00 GMT]]></title><description><![CDATA[<p>Hallo...</p>
<p>ich habe eine Fenster, was rechts unten bei einer neuen Mailnachricht kurz erscheint.. es soll aber bei dem Form-&gt;Show event nicht aktiviert werden, bzw. den focus bekommen... wie kann ich das verhindern? ich glaube ich müsste irgendwie die message abfangen oder sowas, aber wie geht denn sowas...?!?</p>
<p>danke schonmal, greetz,</p>
<p>janko</p>
]]></description><link>https://www.c-plusplus.net/forum/post/560946</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/560946</guid><dc:creator><![CDATA[iNVisO]]></dc:creator><pubDate>Wed, 14 Jul 2004 21:35:00 GMT</pubDate></item><item><title><![CDATA[Reply to Ein Fenster was bei Aktivierung nicht den Fokus bekommt... on Thu, 15 Jul 2004 06:36:53 GMT]]></title><description><![CDATA[<p>Ich denke für dich ist <strong>OnActivate</strong> genau das richtige...</p>
<pre><code>Mit OnActivate können Sie bestimmte Operationen durchführen, sobald das Formular den Fokus erhält (wenn es beispielsweise angeklickt wird).
</code></pre>
<p>Da kannst du dann auch wieder ein anderes Formular aktivieren...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/561027</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/561027</guid><dc:creator><![CDATA[Gast123]]></dc:creator><pubDate>Thu, 15 Jul 2004 06:36:53 GMT</pubDate></item><item><title><![CDATA[Reply to Ein Fenster was bei Aktivierung nicht den Fokus bekommt... on Thu, 15 Jul 2004 13:48:55 GMT]]></title><description><![CDATA[<p>jo, das wäre an sich schon das richtige, aber woher weiss ich welches fenster vorher angewählt war? es soll ja neben anderen programmen nebenbei laufen, aber dieses beliebige programm soll durch mein programm nicht den focus verlieren....</p>
]]></description><link>https://www.c-plusplus.net/forum/post/561413</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/561413</guid><dc:creator><![CDATA[iNVisO]]></dc:creator><pubDate>Thu, 15 Jul 2004 13:48:55 GMT</pubDate></item><item><title><![CDATA[Reply to Ein Fenster was bei Aktivierung nicht den Fokus bekommt... on Thu, 15 Jul 2004 13:52:18 GMT]]></title><description><![CDATA[<p>Kann man nicht der eigenen Anwendung KILL_FOCUS senden? Sollte dann nicht automatisch die zuletzt aktive Anwendung wieder den Fokus erhalten?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/561423</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/561423</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Thu, 15 Jul 2004 13:52:18 GMT</pubDate></item><item><title><![CDATA[Reply to Ein Fenster was bei Aktivierung nicht den Fokus bekommt... on Thu, 15 Jul 2004 21:02:38 GMT]]></title><description><![CDATA[<p>dankeschön, hat wunderbar geholfen.</p>
<p>einfach ein<br />
SendMessage(Application-&gt;Handle, WM_KILLFOCUS, 0, 0);<br />
beim OnActivate event und es läuft...</p>
<p>dangesehr <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="😉"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/561758</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/561758</guid><dc:creator><![CDATA[iNVisO]]></dc:creator><pubDate>Thu, 15 Jul 2004 21:02:38 GMT</pubDate></item></channel></rss>