<?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[Überprüfen ob Dialog schon offen ist...]]></title><description><![CDATA[<p>Hallo Leute,<br />
Ich wollte eigentlich nur fragen wie man überprüfen kann ob ein Dialog schon offen ist...<br />
Das habe ich geschrieben,</p>
<pre><code class="language-cpp">if(DialogName::FindWindow!=NULL)
{
</code></pre>
<p>nur leider funktioniert es nicht...<br />
Sorry für die doffe frage, aber ich bin ziemlich neu in C++ programmierung</p>
<p>Danke im vorraus...</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/5975/überprüfen-ob-dialog-schon-offen-ist</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 17:51:34 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/5975.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 02 Jun 2003 08:11:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Überprüfen ob Dialog schon offen ist... on Mon, 02 Jun 2003 08:11:00 GMT]]></title><description><![CDATA[<p>Hallo Leute,<br />
Ich wollte eigentlich nur fragen wie man überprüfen kann ob ein Dialog schon offen ist...<br />
Das habe ich geschrieben,</p>
<pre><code class="language-cpp">if(DialogName::FindWindow!=NULL)
{
</code></pre>
<p>nur leider funktioniert es nicht...<br />
Sorry für die doffe frage, aber ich bin ziemlich neu in C++ programmierung</p>
<p>Danke im vorraus...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/29046</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/29046</guid><dc:creator><![CDATA[newbie]]></dc:creator><pubDate>Mon, 02 Jun 2003 08:11:00 GMT</pubDate></item><item><title><![CDATA[Reply to Überprüfen ob Dialog schon offen ist... on Mon, 02 Jun 2003 08:25:00 GMT]]></title><description><![CDATA[<p>Hi</p>
<p>Bei nicht modalen Dialogen funktioniert.</p>
<pre><code class="language-cpp">//---- snip -----------
if(dlg.GetSafeHwnd()!=0) //dann existiert er schon
//----- snap -----------
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/29047</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/29047</guid><dc:creator><![CDATA[prolog]]></dc:creator><pubDate>Mon, 02 Jun 2003 08:25:00 GMT</pubDate></item><item><title><![CDATA[Reply to Überprüfen ob Dialog schon offen ist... on Mon, 02 Jun 2003 08:33:00 GMT]]></title><description><![CDATA[<p><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="😃"
    /> Supper, es funktioniert,danke,danke,danke...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/29048</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/29048</guid><dc:creator><![CDATA[Newbie]]></dc:creator><pubDate>Mon, 02 Jun 2003 08:33:00 GMT</pubDate></item></channel></rss>