<?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[Listview oder ähnliches ?]]></title><description><![CDATA[<p>Hallo !</p>
<p>Ich möchte eine Art Taskmanager nachprogrammieren. Allerdings hab weiß ich nicht wie man so eine Darstellung realisiert.</p>
<p>Benutzt man dazu ListView oder ListBox ? Habe es nämlich damit mal versucht, aber klappt irgendwie nicht richtig, diese werden doch eigentlich für Dialogboxen benutzt oder ?</p>
<p>Also kurz gesagt, mein Problem liegt nur an der grafischen Darstellung. Ich hoffe ihr könnt mir ein paar Tips geben welche Api-funktion dafür geeignet ist.</p>
<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/213818/listview-oder-ähnliches</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 09:52:55 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/213818.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 22 May 2008 13:46:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Listview oder ähnliches ? on Thu, 22 May 2008 13:46:19 GMT]]></title><description><![CDATA[<p>Hallo !</p>
<p>Ich möchte eine Art Taskmanager nachprogrammieren. Allerdings hab weiß ich nicht wie man so eine Darstellung realisiert.</p>
<p>Benutzt man dazu ListView oder ListBox ? Habe es nämlich damit mal versucht, aber klappt irgendwie nicht richtig, diese werden doch eigentlich für Dialogboxen benutzt oder ?</p>
<p>Also kurz gesagt, mein Problem liegt nur an der grafischen Darstellung. Ich hoffe ihr könnt mir ein paar Tips geben welche Api-funktion dafür geeignet ist.</p>
<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1514324</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1514324</guid><dc:creator><![CDATA[Gast123465789]]></dc:creator><pubDate>Thu, 22 May 2008 13:46:19 GMT</pubDate></item><item><title><![CDATA[Reply to Listview oder ähnliches ? on Thu, 22 May 2008 18:30:22 GMT]]></title><description><![CDATA[<p>Wenn Du die Aufzählung der Prozesse meinst, ist Listview im Report-Style das Richtige.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1514527</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1514527</guid><dc:creator><![CDATA[Airdamn]]></dc:creator><pubDate>Thu, 22 May 2008 18:30:22 GMT</pubDate></item><item><title><![CDATA[Reply to Listview oder ähnliches ? on Thu, 22 May 2008 19:03:48 GMT]]></title><description><![CDATA[<p>Danke !!</p>
<p>Hab es jetzt wieder mit Listview versucht, aber es kommt immer die Fehlermeldung :</p>
<p>INITCOMMONCONTROLSEX undeclared, first use ...</p>
<p>Habe aber den richtige Header und die library dem Linker hinzugefügt. Auf MSDN steht man benötigt min. die Version 4.71 oder höher, ich hab 5.8..</p>
<p>Mein 2 Problem ist die Resource datei, wo finde ich tutorials dazu ? Ich finde nur welche zu Icons Crusors und Menudarstellung, aber wie macht man das mit Listen?? (Es handelt sich um ein HMENU :</p>
<pre><code>HWND hWndListView = CreateWindow(WC_LISTVIEW,
                                &quot;&quot;,
                                WS_CHILD | LVS_REPORT | LVS_EDITLABELS,
                                0,
                                0,
                                rcl.right - rcl.left,
                                rcl.bottom - rcl.top,
                                hwndParent,
                                (HMENU)ID_LISTVIEW,
                                hInst,
                                NULL);
</code></pre>
<p>Der 3-vorletzte Parameter, ist damit nur das normale Menu vom Fenster gemeint ? Ist noch alles neu für mich.</p>
<p>Danke ! <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>
]]></description><link>https://www.c-plusplus.net/forum/post/1514569</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1514569</guid><dc:creator><![CDATA[Guest123456789]]></dc:creator><pubDate>Thu, 22 May 2008 19:03:48 GMT</pubDate></item><item><title><![CDATA[Reply to Listview oder ähnliches ? on Thu, 22 May 2008 19:14:09 GMT]]></title><description><![CDATA[<p>Haben Sie die korrekte WINVERSION definiert? Definieren Sie WINVERSION als 0x500 oder größer, bevor sie den Fenster Kopf inkludieren, um die INITCOMMONCONTROLSEX Struktur in das Kompilat einzufügen.</p>
<p>Wichtig: Dieser Artikel wurde maschinell und nicht von einem Menschen übersetzt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1514580</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1514580</guid><dc:creator><![CDATA[Walther]]></dc:creator><pubDate>Thu, 22 May 2008 19:14:09 GMT</pubDate></item><item><title><![CDATA[Reply to Listview oder ähnliches ? on Thu, 22 May 2008 22:40:22 GMT]]></title><description><![CDATA[<p>Hab ich jetzt versucht, funktioniert auch nicht. Der gleiche Fehler wieder</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1514746</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1514746</guid><dc:creator><![CDATA[guest123456789]]></dc:creator><pubDate>Thu, 22 May 2008 22:40:22 GMT</pubDate></item><item><title><![CDATA[Reply to Listview oder ähnliches ? on Fri, 23 May 2008 09:35:41 GMT]]></title><description><![CDATA[<p>SO habs jetzt geschafft, es lag am _WIN32_IE makro, das musste man mind. als 0x300 definieren, jetzt kann ich zawr kompilieren und ausführen, aber die Listview sieht man trotzdem nciht, hab den code von msdn genommen:</p>
<pre><code>HWND CreateListView (HWND hwndParent)
{
    RECT rcl;
    INITCOMMONCONTROLSEX icex;

    // Ensure that the common control DLL is loaded.
    icex.dwSize = sizeof(INITCOMMONCONTROLSEX);
    icex.dwICC  = ICC_LISTVIEW_CLASSES;
    InitCommonControlsEx(&amp;icex);

    // Create the list-view window in report view with label editing enabled.
    GetClientRect (hwndParent, &amp;rcl);

    HWND hWndListView = CreateWindow(WC_LISTVIEW,
                                &quot;&quot;,
                                WS_CHILD | LVS_REPORT | LVS_EDITLABELS,
                                0,
                                0,
                                rcl.right - rcl.left,
                                rcl.bottom - rcl.top,
                                hwndParent,
                                NULL,
                                instance,
                                NULL);

    return (hWndListView);
}
</code></pre>
<p>Man sieht nur ein normales Fenster.</p>
<p>Und gibt es vieleicht irgendwo ein Tutorial für die resource datein ? ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1514988</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1514988</guid><dc:creator><![CDATA[guest123456789]]></dc:creator><pubDate>Fri, 23 May 2008 09:35:41 GMT</pubDate></item><item><title><![CDATA[Reply to Listview oder ähnliches ? on Fri, 23 May 2008 09:41:17 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">HWND CreateListView (HWND hwndParent) 
{ 
    RECT rcl; 
    INITCOMMONCONTROLSEX icex; 

    // Ensure that the common control DLL is loaded. 
    icex.dwSize = sizeof(INITCOMMONCONTROLSEX); 
    icex.dwICC  = ICC_LISTVIEW_CLASSES; 
    InitCommonControlsEx(&amp;icex); 

    // Create the list-view window in report view with label editing enabled. 
    GetClientRect (hwndParent, &amp;rcl); 

    HWND hWndListView = CreateWindow(WC_LISTVIEW, 
                                &quot;&quot;, 
//                              WS_CHILD | LVS_REPORT | LVS_EDITLABELS, 
                                WS_CHILD | LVS_REPORT | LVS_EDITLABELS | WS_VISIBLE, 
                                0, 
                                0, 
                                rcl.right - rcl.left, 
                                rcl.bottom - rcl.top, 
                                hwndParent, 
                                NULL, 
                                instance, 
                                NULL); 

    return (hWndListView); 
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1514995</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1514995</guid><dc:creator><![CDATA[sri]]></dc:creator><pubDate>Fri, 23 May 2008 09:41:17 GMT</pubDate></item><item><title><![CDATA[Reply to Listview oder ähnliches ? on Fri, 23 May 2008 10:14:27 GMT]]></title><description><![CDATA[<p>Und ich suche schon seit gestern abend nach dem Fehler</p>
<p>Dankeschön !! <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>
]]></description><link>https://www.c-plusplus.net/forum/post/1515006</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1515006</guid><dc:creator><![CDATA[guest123456789]]></dc:creator><pubDate>Fri, 23 May 2008 10:14:27 GMT</pubDate></item></channel></rss>