<?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[ProgressBar zur Laufzeit erstellen Parent = StatusBar-&amp;gt;Panels-&amp;gt;Items[2]]]></title><description><![CDATA[<p>Hallo,<br />
ich möchte ein ProgressBar(MyProgressBar) zur Laufzeit erstellen.<br />
Als Parent möchte ich von einer StatusBar1-&gt;Panels-&gt;Items[2] angeben.<br />
MyProgressBar-&gt;Parent = StatusBar1-&gt;Panels-&gt;Items[2] funktiniert nicht.<br />
Wie kann ich sowas machen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/97605/progressbar-zur-laufzeit-erstellen-parent-statusbar-gt-panels-gt-items-2</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Jul 2026 02:41:31 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/97605.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 12 Jan 2005 10:33:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ProgressBar zur Laufzeit erstellen Parent = StatusBar-&amp;gt;Panels-&amp;gt;Items[2] on Wed, 12 Jan 2005 10:33:07 GMT]]></title><description><![CDATA[<p>Hallo,<br />
ich möchte ein ProgressBar(MyProgressBar) zur Laufzeit erstellen.<br />
Als Parent möchte ich von einer StatusBar1-&gt;Panels-&gt;Items[2] angeben.<br />
MyProgressBar-&gt;Parent = StatusBar1-&gt;Panels-&gt;Items[2] funktiniert nicht.<br />
Wie kann ich sowas machen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/694026</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/694026</guid><dc:creator><![CDATA[hermes]]></dc:creator><pubDate>Wed, 12 Jan 2005 10:33:07 GMT</pubDate></item><item><title><![CDATA[Reply to ProgressBar zur Laufzeit erstellen Parent = StatusBar-&amp;gt;Panels-&amp;gt;Items[2] on Wed, 12 Jan 2005 11:35:02 GMT]]></title><description><![CDATA[<p>So gehts :</p>
<pre><code class="language-cpp">ProgressBar = new TProgressBar (StatusBar1);
  ProgressBar-&gt;Parent = StatusBar1;
  ProgressBar-&gt;Height = StatusBar1-&gt;Height-2;
  ProgressBar-&gt;Top=2;
  ProgressBar-&gt;Left=StatusBar1-&gt;Panels-&gt;Items[0]-&gt;Width + StatusBar1-&gt;Panels-&gt;Items[1]-&gt;Width + 2;
 ProgressBar-&gt;Width = StatusBar1-&gt;Panels-&gt;Items[2]-&gt;Width-2;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/694067</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/694067</guid><dc:creator><![CDATA[YLIREBUS]]></dc:creator><pubDate>Wed, 12 Jan 2005 11:35:02 GMT</pubDate></item><item><title><![CDATA[Reply to ProgressBar zur Laufzeit erstellen Parent = StatusBar-&amp;gt;Panels-&amp;gt;Items[2] on Wed, 12 Jan 2005 18:25:27 GMT]]></title><description><![CDATA[<p><a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39177" rel="nofollow">FAQ</a> u 2. <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/694608</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/694608</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Wed, 12 Jan 2005 18:25:27 GMT</pubDate></item></channel></rss>