<?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[Fokus nach Hide()-Aufruf zurückerhalten ???!!!]]></title><description><![CDATA[<p>Hallo @all!</p>
<p>ich habe folgendes Problem, wenn ich in meinem Hauptformular ein weiteres Formular mittels Show() anzeige und danach wieder mit Hide() ausblende erhält mein Hauptformular den Fokus NICHT mehr zurück.</p>
<pre><code class="language-cpp">...
MeineFunktion()
{
   Form2-&gt;Show();
   ...
   Form2-&gt;Hide();
}
</code></pre>
<p>Ich will mit Form2-&gt;Show() ein Statusfenster anzeigen in dem nur &quot;Bitte warten...&quot; drinsteht und anschließend wieder schließen bzw. verbergen.<br />
Selbst ein aufruf von SetFocus() nach dem Hide() bringt mir nicht den Fokus zurück in das Hauptformular.<br />
Kann mir da vielleicht jemand helfen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/75262/fokus-nach-hide-aufruf-zurückerhalten</link><generator>RSS for Node</generator><lastBuildDate>Sun, 28 Jun 2026 08:35:12 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/75262.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 29 May 2004 08:18:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fokus nach Hide()-Aufruf zurückerhalten ???!!! on Sat, 29 May 2004 08:18:15 GMT]]></title><description><![CDATA[<p>Hallo @all!</p>
<p>ich habe folgendes Problem, wenn ich in meinem Hauptformular ein weiteres Formular mittels Show() anzeige und danach wieder mit Hide() ausblende erhält mein Hauptformular den Fokus NICHT mehr zurück.</p>
<pre><code class="language-cpp">...
MeineFunktion()
{
   Form2-&gt;Show();
   ...
   Form2-&gt;Hide();
}
</code></pre>
<p>Ich will mit Form2-&gt;Show() ein Statusfenster anzeigen in dem nur &quot;Bitte warten...&quot; drinsteht und anschließend wieder schließen bzw. verbergen.<br />
Selbst ein aufruf von SetFocus() nach dem Hide() bringt mir nicht den Fokus zurück in das Hauptformular.<br />
Kann mir da vielleicht jemand helfen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/529286</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/529286</guid><dc:creator><![CDATA[hooker]]></dc:creator><pubDate>Sat, 29 May 2004 08:18:15 GMT</pubDate></item><item><title><![CDATA[Reply to Fokus nach Hide()-Aufruf zurückerhalten ???!!! on Sat, 29 May 2004 09:14:21 GMT]]></title><description><![CDATA[<p>versuch's mal mit BringToFront()</p>
<p>Joe_M.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/529303</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/529303</guid><dc:creator><![CDATA[Joe_M.]]></dc:creator><pubDate>Sat, 29 May 2004 09:14:21 GMT</pubDate></item></channel></rss>