<?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[besondere sachen in dialogen]]></title><description><![CDATA[<p>guten abend...</p>
<p>ich möchte ein dialog-basiertes programm schreiben und möchte dazu<br />
wissen ob und wie es möglich ist folgende sachen einzubauen:</p>
<ol>
<li></li>
</ol>
<p>so ein &quot;auswahlsystem&quot; wie es hier bei diesem dialog links zu sehen ist<br />
<a href="http://www.virus-aktuell.de/n1.gif" rel="nofollow">http://www.virus-aktuell.de/n1.gif</a></p>
<ol start="2">
<li></li>
</ol>
<p>ausgaben in kategorien aufteilen ganz normal wie bei dem windows-explorer<br />
(also ich meine das mit &quot;name&quot; und &quot;größe&quot; und &quot;typ&quot; ...<br />
<a href="http://www.altap.cz/salam_en/screenshots/alt/explorer.png" rel="nofollow">http://www.altap.cz/salam_en/screenshots/alt/explorer.png</a></p>
<p>danke euch! tschüü</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/149323/besondere-sachen-in-dialogen</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Jul 2026 07:48:08 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/149323.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 04 Jun 2006 23:09:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to besondere sachen in dialogen on Sun, 04 Jun 2006 23:09:54 GMT]]></title><description><![CDATA[<p>guten abend...</p>
<p>ich möchte ein dialog-basiertes programm schreiben und möchte dazu<br />
wissen ob und wie es möglich ist folgende sachen einzubauen:</p>
<ol>
<li></li>
</ol>
<p>so ein &quot;auswahlsystem&quot; wie es hier bei diesem dialog links zu sehen ist<br />
<a href="http://www.virus-aktuell.de/n1.gif" rel="nofollow">http://www.virus-aktuell.de/n1.gif</a></p>
<ol start="2">
<li></li>
</ol>
<p>ausgaben in kategorien aufteilen ganz normal wie bei dem windows-explorer<br />
(also ich meine das mit &quot;name&quot; und &quot;größe&quot; und &quot;typ&quot; ...<br />
<a href="http://www.altap.cz/salam_en/screenshots/alt/explorer.png" rel="nofollow">http://www.altap.cz/salam_en/screenshots/alt/explorer.png</a></p>
<p>danke euch! tschüü</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1071420</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1071420</guid><dc:creator><![CDATA[Andreas M.]]></dc:creator><pubDate>Sun, 04 Jun 2006 23:09:54 GMT</pubDate></item><item><title><![CDATA[Reply to besondere sachen in dialogen on Sun, 04 Jun 2006 23:21:30 GMT]]></title><description><![CDATA[<p>Nabend,</p>
<p>zu Punkt zwei.<br />
Es handelt sich dabei um eine ListControl. Einfach einfügen und WICHTIG: Ansicht unter Einstellungen auf Bericht stellen.<br />
Für des Element nun noch eine Variable erstellen(CListCtrl) und dann kannst du mit CListCtrl::InsertColumn ein Überschrift einfügen und mit CListCtrl::InsertItem einen Eintrag.</p>
<p>Wenn du noch einmal genau wissen wilst, wie die Funktionen funktionieren:<br />
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmfc98/html/_mfc_clistctrl.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmfc98/html/_mfc_clistctrl.asp</a></p>
<p>SALOMON</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1071423</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1071423</guid><dc:creator><![CDATA[SALOMON]]></dc:creator><pubDate>Sun, 04 Jun 2006 23:21:30 GMT</pubDate></item><item><title><![CDATA[Reply to besondere sachen in dialogen on Sun, 04 Jun 2006 23:28:02 GMT]]></title><description><![CDATA[<blockquote>
<p>so ein &quot;auswahlsystem&quot; wie es hier bei diesem dialog links zu sehen ist<br />
<a href="http://www.virus-aktuell.de/n1.gif" rel="nofollow">http://www.virus-aktuell.de/n1.gif</a></p>
</blockquote>
<p>CTreeCtrl (Strukturelement)<br />
<a href="http://www.cppdoc.com/example/mfc/classdoc/MFC/CTreeCtrl.html" rel="nofollow">http://www.cppdoc.com/example/mfc/classdoc/MFC/CTreeCtrl.html</a></p>
<blockquote>
<p>ausgaben in kategorien aufteilen ganz normal wie bei dem windows-explorer<br />
(also ich meine das mit &quot;name&quot; und &quot;größe&quot; und &quot;typ&quot; ...<br />
<a href="http://www.altap.cz/salam_en/screenshots/alt/explorer.png" rel="nofollow">http://www.altap.cz/salam_en/screenshots/alt/explorer.png</a></p>
</blockquote>
<p>CListCtrl<br />
<a href="http://www.cppdoc.com/example/mfc/classdoc/MFC/CListCtrl.html" rel="nofollow">http://www.cppdoc.com/example/mfc/classdoc/MFC/CListCtrl.html</a></p>
<p><a href="http://www.resourcecode.de/showtopic.php?threadid=1959&amp;replyto=16116&amp;time=&amp;pagenum=lastpage" rel="nofollow">http://www.resourcecode.de/showtopic.php?threadid=1959&amp;replyto=16116&amp;time=&amp;pagenum=lastpage</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1071424</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1071424</guid><dc:creator><![CDATA[Erhard Henkes]]></dc:creator><pubDate>Sun, 04 Jun 2006 23:28:02 GMT</pubDate></item></channel></rss>