<?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[anfänger bittet um hilfe...]]></title><description><![CDATA[<p>hallo,</p>
<p>ich möchte beim copieren einer dartei ein avi ablaufen lassen...</p>
<p>warum geht das bei mir nicht gleichzeitig?</p>
<p>hoffe mir kann jemand mit ein wenig &quot;code&quot; helfen...</p>
<p>bin totaler anfänger <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>gruss uwe</p>
<p>##########################CODE-SCHNIPSEL################################</p>
<pre><code>void CStocklotDbDlg::OnRunpgm() {
	// TODO: Code für die Behandlungsroutine der Steuerelement-Benachrichtigung hier einfügen

UpdateData(TRUE);

CString strPgmName;
strPgmName = m_strProgToRun;
strPgmName.MakeUpper();

if (strPgmName == &quot;STOCKLOTDB&quot;) {

m_animation.Open(&quot;C:\\Dokumente und Einstellungen\\Administrator\\Desktop\\icon\\filemove.avi&quot;);
UpdateData(FALSE);

CopyFile(&quot;\\\\SERVER2\\MSSQL7\\BACKUP\\STOCKLOT.BAK&quot;,&quot;C:\\MSSQL7\\BACKUP\\STOCKLOTDB.BAK&quot;,false);

}

}
</code></pre>
<p>##########################CODE-SCHNIPSEL################################</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/65532/anfänger-bittet-um-hilfe</link><generator>RSS for Node</generator><lastBuildDate>Fri, 05 Jun 2026 13:17:24 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/65532.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 19 Feb 2004 16:46:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to anfänger bittet um hilfe... on Thu, 19 Feb 2004 16:47:23 GMT]]></title><description><![CDATA[<p>hallo,</p>
<p>ich möchte beim copieren einer dartei ein avi ablaufen lassen...</p>
<p>warum geht das bei mir nicht gleichzeitig?</p>
<p>hoffe mir kann jemand mit ein wenig &quot;code&quot; helfen...</p>
<p>bin totaler anfänger <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>gruss uwe</p>
<p>##########################CODE-SCHNIPSEL################################</p>
<pre><code>void CStocklotDbDlg::OnRunpgm() {
	// TODO: Code für die Behandlungsroutine der Steuerelement-Benachrichtigung hier einfügen

UpdateData(TRUE);

CString strPgmName;
strPgmName = m_strProgToRun;
strPgmName.MakeUpper();

if (strPgmName == &quot;STOCKLOTDB&quot;) {

m_animation.Open(&quot;C:\\Dokumente und Einstellungen\\Administrator\\Desktop\\icon\\filemove.avi&quot;);
UpdateData(FALSE);

CopyFile(&quot;\\\\SERVER2\\MSSQL7\\BACKUP\\STOCKLOT.BAK&quot;,&quot;C:\\MSSQL7\\BACKUP\\STOCKLOTDB.BAK&quot;,false);

}

}
</code></pre>
<p>##########################CODE-SCHNIPSEL################################</p>
]]></description><link>https://www.c-plusplus.net/forum/post/463385</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/463385</guid><dc:creator><![CDATA[uwed]]></dc:creator><pubDate>Thu, 19 Feb 2004 16:47:23 GMT</pubDate></item><item><title><![CDATA[Reply to anfänger bittet um hilfe... on Thu, 19 Feb 2004 17:25:16 GMT]]></title><description><![CDATA[<p>Weil der Thread nicht gleichzeit avi-spielen und kopieren kann <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="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/463412</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/463412</guid><dc:creator><![CDATA[CMatt]]></dc:creator><pubDate>Thu, 19 Feb 2004 17:25:16 GMT</pubDate></item><item><title><![CDATA[Reply to anfänger bittet um hilfe... on Thu, 19 Feb 2004 17:26:59 GMT]]></title><description><![CDATA[<p>CMatt schrieb:</p>
<blockquote>
<p>Weil der Thread nicht gleichzeit avi-spielen und kopieren kann <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="😉"
    /></p>
</blockquote>
<p>und wie mache ich es, dass 2 thread´s gleichzeitig laufen können?</p>
<p>ich denke das war wohl meine frage...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/463416</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/463416</guid><dc:creator><![CDATA[uwed]]></dc:creator><pubDate>Thu, 19 Feb 2004 17:26:59 GMT</pubDate></item><item><title><![CDATA[Reply to anfänger bittet um hilfe... on Thu, 19 Feb 2004 18:48:08 GMT]]></title><description><![CDATA[<p>Du brauchst zwei Funktionen in der Form</p>
<pre><code class="language-cpp">UINT Funktion (LPVOID pParam);
</code></pre>
<p>Dann musst du für beide Funktionen AfxBeginThread aufrufen.</p>
<p>Hier ist ein gutes Tutorial:<br />
<a href="http://www.henkessoft.de/mfc_einsteigerbuch_kapitel17.htm" rel="nofollow">http://www.henkessoft.de/mfc_einsteigerbuch_kapitel17.htm</a></p>
<p>Grüße Rapha</p>
]]></description><link>https://www.c-plusplus.net/forum/post/463477</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/463477</guid><dc:creator><![CDATA[Rapha]]></dc:creator><pubDate>Thu, 19 Feb 2004 18:48:08 GMT</pubDate></item><item><title><![CDATA[Reply to anfänger bittet um hilfe... on Fri, 20 Feb 2004 07:24:28 GMT]]></title><description><![CDATA[<p>thank´s...</p>
<p>genau das habe ich gesucht... <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>gruss uwe</p>
]]></description><link>https://www.c-plusplus.net/forum/post/463776</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/463776</guid><dc:creator><![CDATA[uwed]]></dc:creator><pubDate>Fri, 20 Feb 2004 07:24:28 GMT</pubDate></item></channel></rss>