<?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[MS Power++ text ausgabe verzoegerung???]]></title><description><![CDATA[<p>hallo,</p>
<p>ich brauche eine Funktion die verschiedene labels nacheinander &quot;verzoegert&quot; aufruft ohne Prozessor zu belasten.</p>
<p>Danke!!!</p>
<p>MFG</p>
<p>C++ anwerter</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/116616/ms-power-text-ausgabe-verzoegerung</link><generator>RSS for Node</generator><lastBuildDate>Fri, 03 Jul 2026 05:36:17 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/116616.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 28 Jul 2005 17:54:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MS Power++ text ausgabe verzoegerung??? on Thu, 28 Jul 2005 17:54:34 GMT]]></title><description><![CDATA[<p>hallo,</p>
<p>ich brauche eine Funktion die verschiedene labels nacheinander &quot;verzoegert&quot; aufruft ohne Prozessor zu belasten.</p>
<p>Danke!!!</p>
<p>MFG</p>
<p>C++ anwerter</p>
]]></description><link>https://www.c-plusplus.net/forum/post/841032</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/841032</guid><dc:creator><![CDATA[CMEPTb]]></dc:creator><pubDate>Thu, 28 Jul 2005 17:54:34 GMT</pubDate></item><item><title><![CDATA[Reply to MS Power++ text ausgabe verzoegerung??? on Thu, 28 Jul 2005 18:19:21 GMT]]></title><description><![CDATA[<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/841046</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/841046</guid><dc:creator><![CDATA[Sovok]]></dc:creator><pubDate>Thu, 28 Jul 2005 18:19:21 GMT</pubDate></item><item><title><![CDATA[Reply to MS Power++ text ausgabe verzoegerung??? on Thu, 28 Jul 2005 18:43:02 GMT]]></title><description><![CDATA[<p>timer?</p>
<p>.MamboKurt</p>
]]></description><link>https://www.c-plusplus.net/forum/post/841066</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/841066</guid><dc:creator><![CDATA[MamboKurt]]></dc:creator><pubDate>Thu, 28 Jul 2005 18:43:02 GMT</pubDate></item><item><title><![CDATA[Reply to MS Power++ text ausgabe verzoegerung??? on Thu, 28 Jul 2005 18:52:07 GMT]]></title><description><![CDATA[<p>sleep() o.ä. in einem zweiten thread?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/841076</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/841076</guid><dc:creator><![CDATA[doppelmuffe]]></dc:creator><pubDate>Thu, 28 Jul 2005 18:52:07 GMT</pubDate></item><item><title><![CDATA[Reply to MS Power++ text ausgabe verzoegerung??? on Thu, 28 Jul 2005 18:58:23 GMT]]></title><description><![CDATA[<p>Timer sind imho die sauberste Lösung dafür.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/841079</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/841079</guid><dc:creator><![CDATA[User--]]></dc:creator><pubDate>Thu, 28 Jul 2005 18:58:23 GMT</pubDate></item><item><title><![CDATA[Reply to MS Power++ text ausgabe verzoegerung??? on Fri, 29 Jul 2005 05:32:36 GMT]]></title><description><![CDATA[<p>erst mal eine kleine erleuterung!!!</p>
<p>mache gerade C/C++ Studium unter Windows und daher kenn ich mich noch nicht so gut aus.</p>
<p>Eine Verzoegerung mit schleife bringe ich zusammen.<br />
Die haengt vom Prozessor ab und ist an verschiedenen Prozessoren unterschiedlich lang.<br />
////////////////////////////////////////////////<br />
z.B<br />
WBool Form1::cb_1_Click(<br />
WObject * source,<br />
WEventData * event )<br />
{<br />
label_2-&gt;SetText( &quot;hallo&quot; );<br />
//pause so etwa halbe bis 1/3 sec<br />
label_3-&gt;SetText( &quot;world&quot; );</p>
<p>return FALSE;<br />
}<br />
////////////////////////////////////////////////</p>
<p>ich habe schon probiert mit sleep und timer was anzufangen aber ist nichts daraus geworden.</p>
<p>am besten wuerde ich sagen ein countdown waehre nicht schlecht. aber wie ich das anstelle weis ich auch nicht. <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>
<p>bitte um genaure angaben was #include , methoden und so weiter...</p>
<p>MFG</p>
<p>C++ Anwerter</p>
<p>Rechtschreibfehler vorbehalten.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/841222</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/841222</guid><dc:creator><![CDATA[CMEPTb]]></dc:creator><pubDate>Fri, 29 Jul 2005 05:32:36 GMT</pubDate></item><item><title><![CDATA[Reply to MS Power++ text ausgabe verzoegerung??? on Fri, 29 Jul 2005 08:14:15 GMT]]></title><description><![CDATA[<p><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/sleep.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/sleep.asp</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/841301</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/841301</guid><dc:creator><![CDATA[Sovok]]></dc:creator><pubDate>Fri, 29 Jul 2005 08:14:15 GMT</pubDate></item><item><title><![CDATA[Reply to MS Power++ text ausgabe verzoegerung??? on Fri, 29 Jul 2005 08:54:34 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=403" rel="nofollow">HumeSikkins</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=15" rel="nofollow">C++</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=4" rel="nofollow">WinAPI</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/841350</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/841350</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Fri, 29 Jul 2005 08:54:34 GMT</pubDate></item><item><title><![CDATA[Reply to MS Power++ text ausgabe verzoegerung??? on Fri, 29 Jul 2005 08:55:52 GMT]]></title><description><![CDATA[<p>Was ist MS Power++? Über Google kann man dazu nichts finden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/841353</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/841353</guid><dc:creator><![CDATA[??????????????]]></dc:creator><pubDate>Fri, 29 Jul 2005 08:55:52 GMT</pubDate></item><item><title><![CDATA[Reply to MS Power++ text ausgabe verzoegerung??? on Fri, 29 Jul 2005 09:00:02 GMT]]></title><description><![CDATA[<p>Du meinst wohl Powersoft Power++. Das Ding ist doch uralt. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/841360</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/841360</guid><dc:creator><![CDATA[??????????????]]></dc:creator><pubDate>Fri, 29 Jul 2005 09:00:02 GMT</pubDate></item></channel></rss>