<?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[ProcessBar]]></title><description><![CDATA[<p>Guten Tag!</p>
<p>Wie kann ich eine ProcessBar in mein WinApi-Programm integrieren?<br />
Wenn ich einen Button erstelle geht das ja bspw. so:</p>
<pre><code>hB1     = CreateWindow (&quot;button&quot;, TEXT (&quot;Name&quot;), WS_CHILD | WS_VISIBLE | BS_PUSHBUTTON,
                     x, y, 100, 30,hwnd, (HMENU)1,((LPCREATESTRUCT) lParam)-&gt;hInstance, NULL) ;
                     MoveWindow(hwnd, 10, 10, 300, 200, true);
</code></pre>
<p>Aber wie funktioniert es mit der ProcessBar?</p>
<p>Gurß</p>
<p>Pirk²</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/87833/processbar</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 03:37:11 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/87833.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 04 Oct 2004 13:47:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ProcessBar on Mon, 04 Oct 2004 13:47:11 GMT]]></title><description><![CDATA[<p>Guten Tag!</p>
<p>Wie kann ich eine ProcessBar in mein WinApi-Programm integrieren?<br />
Wenn ich einen Button erstelle geht das ja bspw. so:</p>
<pre><code>hB1     = CreateWindow (&quot;button&quot;, TEXT (&quot;Name&quot;), WS_CHILD | WS_VISIBLE | BS_PUSHBUTTON,
                     x, y, 100, 30,hwnd, (HMENU)1,((LPCREATESTRUCT) lParam)-&gt;hInstance, NULL) ;
                     MoveWindow(hwnd, 10, 10, 300, 200, true);
</code></pre>
<p>Aber wie funktioniert es mit der ProcessBar?</p>
<p>Gurß</p>
<p>Pirk²</p>
]]></description><link>https://www.c-plusplus.net/forum/post/620760</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/620760</guid><dc:creator><![CDATA[Pirk*]]></dc:creator><pubDate>Mon, 04 Oct 2004 13:47:11 GMT</pubDate></item><item><title><![CDATA[Reply to ProcessBar on Mon, 04 Oct 2004 14:04:15 GMT]]></title><description><![CDATA[<p>Meinst du eine &quot;ProgressBar&quot; oder eine &quot;StatusBar&quot;?<br />
ProcessBar ist mir nicht bekannt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/620788</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/620788</guid><dc:creator><![CDATA[MiC++ha]]></dc:creator><pubDate>Mon, 04 Oct 2004 14:04:15 GMT</pubDate></item></channel></rss>