<?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[Aktuel ausgeführte tasks auflisten]]></title><description><![CDATA[<p>Hallo,</p>
<p>hab jetzt schon ziemlich lang in der MSDN gesucht, bin jedoch nur auf den Artikel gestoßen wie man Prozesse auflistet. Ich möchte jedoch ein Programm schreiben mit dem ich die aktuel ausgeführten Tasks auflisten kann. Hat sich von euch schonmal jemand damit befasst oder kennt jemand einen Startpunkt wo ich loslegen kann?</p>
<p>Bitte helft mir <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>Thx im voraus!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/159637/aktuel-ausgeführte-tasks-auflisten</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Jul 2026 07:33:07 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/159637.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 17 Sep 2006 14:13:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Aktuel ausgeführte tasks auflisten on Sun, 17 Sep 2006 14:13:21 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>hab jetzt schon ziemlich lang in der MSDN gesucht, bin jedoch nur auf den Artikel gestoßen wie man Prozesse auflistet. Ich möchte jedoch ein Programm schreiben mit dem ich die aktuel ausgeführten Tasks auflisten kann. Hat sich von euch schonmal jemand damit befasst oder kennt jemand einen Startpunkt wo ich loslegen kann?</p>
<p>Bitte helft mir <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>Thx im voraus!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1139031</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1139031</guid><dc:creator><![CDATA[- gast -]]></dc:creator><pubDate>Sun, 17 Sep 2006 14:13:21 GMT</pubDate></item><item><title><![CDATA[Reply to Aktuel ausgeführte tasks auflisten on Sun, 17 Sep 2006 14:22:14 GMT]]></title><description><![CDATA[<p>Also ein Task und ein Prozess ist das selbe.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1139037</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1139037</guid><dc:creator><![CDATA[CodeFinder]]></dc:creator><pubDate>Sun, 17 Sep 2006 14:22:14 GMT</pubDate></item><item><title><![CDATA[Reply to Aktuel ausgeführte tasks auflisten on Sun, 17 Sep 2006 14:33:01 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">void *snapshot = CreateToolhelp32Snapshot( TH32CS_SNAPPROCESS, 0 );
    PROCESSENTRY32 proc_entry;
    proc_entry.dwSize = sizeof( PROCESSENTRY32 );
	char processbuffer[MAX_PATH];

	Process32First( snapshot, &amp;proc_entry ) ;

    do {
		sprintf(processbuffer,&quot;%s&quot;,proc_entry.szExeFile);
		if(strcmp(processbuffer,&quot;[System Process]&quot;)==1)
		{
			SendDlgItemMessage(hDlg,IDC_PR,LB_ADDSTRING,0,(LPARAM)processbuffer);
		}
       } while( Process32Next( snapshot, &amp;proc_entry ) );
    CloseHandle( snapshot );
</code></pre>
<p>Da werden jetzt halt die Prozesse in eine Liste eingefuegt, keine Ahnung wie du das haben willst.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1139047</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1139047</guid><dc:creator><![CDATA[PhoeNix_FasT]]></dc:creator><pubDate>Sun, 17 Sep 2006 14:33:01 GMT</pubDate></item><item><title><![CDATA[Reply to Aktuel ausgeführte tasks auflisten on Sun, 17 Sep 2006 14:37:10 GMT]]></title><description><![CDATA[<p>ich glaube wenn das fenster in der task-leiste angezeigt wird, ist es ein task. <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/1139049</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1139049</guid><dc:creator><![CDATA[kenner der tasks]]></dc:creator><pubDate>Sun, 17 Sep 2006 14:37:10 GMT</pubDate></item><item><title><![CDATA[Reply to Aktuel ausgeführte tasks auflisten on Sun, 17 Sep 2006 15:02:57 GMT]]></title><description><![CDATA[<p>Jetzt wo ihr es sagt denk ich gerade an Win98 <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="🙂"
    /> und da werden im Task Manager auch alle Prozesse aufgelistet. Doch im WinXP ist der TaskManager in mehrere Bereiche eingeteilt, z.B. in Prozesse, wo alle Prozesse aufgelistet werden und in den Bereich Tasks, wo anscheinend nur die für den Benutzer wichtigen aufgelistet werden.</p>
<p>Doch für mein Programm reicht es dann eigentlich eine virtuelle Datei zu führen, die sich die Tasks merkt, welche durch mein Programm letztendlich geöffnet wurden. Man hatte ich en Brett vorm Kopf.</p>
<p>Danke an alle, ging echt fix <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="😃"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f44d.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--thumbs_up"
      title=":+1:"
      alt="👍"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f4a1.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--light_bulb"
      title=":bulb:"
      alt="💡"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1139056</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1139056</guid><dc:creator><![CDATA[- gast -]]></dc:creator><pubDate>Sun, 17 Sep 2006 15:02:57 GMT</pubDate></item></channel></rss>