<?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[URLDownload mit Progressanzeige]]></title><description><![CDATA[<p>Hi</p>
<p>ich stoße mit mienem Programm einen Download<br />
einer Datei an. Nu möcht ich noch ein Progressbar<br />
mit dem aktuellen Status des Download anlegen.</p>
<p>Da gibts doch irgendwie so ein <strong>callback</strong> .<br />
Wie wende ich das denn als Fortschrittsanzeige<br />
auf meinen aktuellen Download an <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
<p>Ich habe:</p>
<pre><code class="language-cpp">HRESULT hr;
hr = URLDownloadToFile (NULL, 
url,
datei,
0,
&amp;callback);
</code></pre>
<p>Meine Text-Anzeige für den Progress ist IDC_STATIC_STATUS.<br />
Das Static soll dann praktisch die kb des erledigten Download anzeigen.<br />
Progressbar läuft dann entsprechend in %-Blöcken hoch...</p>
<p>Ich brauch aber halt noch Info-&gt; wieviel ist von der Datei runtergeladen<br />
und wie groß ist die Datei überhaupt.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/58403/urldownload-mit-progressanzeige</link><generator>RSS for Node</generator><lastBuildDate>Tue, 02 Jun 2026 20:14:47 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/58403.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 12 Dec 2003 19:01:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to URLDownload mit Progressanzeige on Fri, 12 Dec 2003 19:01:01 GMT]]></title><description><![CDATA[<p>Hi</p>
<p>ich stoße mit mienem Programm einen Download<br />
einer Datei an. Nu möcht ich noch ein Progressbar<br />
mit dem aktuellen Status des Download anlegen.</p>
<p>Da gibts doch irgendwie so ein <strong>callback</strong> .<br />
Wie wende ich das denn als Fortschrittsanzeige<br />
auf meinen aktuellen Download an <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
<p>Ich habe:</p>
<pre><code class="language-cpp">HRESULT hr;
hr = URLDownloadToFile (NULL, 
url,
datei,
0,
&amp;callback);
</code></pre>
<p>Meine Text-Anzeige für den Progress ist IDC_STATIC_STATUS.<br />
Das Static soll dann praktisch die kb des erledigten Download anzeigen.<br />
Progressbar läuft dann entsprechend in %-Blöcken hoch...</p>
<p>Ich brauch aber halt noch Info-&gt; wieviel ist von der Datei runtergeladen<br />
und wie groß ist die Datei überhaupt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/414708</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/414708</guid><dc:creator><![CDATA[Chris1986]]></dc:creator><pubDate>Fri, 12 Dec 2003 19:01:01 GMT</pubDate></item><item><title><![CDATA[Reply to URLDownload mit Progressanzeige on Fri, 12 Dec 2003 21:03:07 GMT]]></title><description><![CDATA[<p>Hi,<br />
Kann dir dabei nicht helfen, aber wenn du etwas mehr Kontrolle über den Download haben willst, benutz folgende Methode:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39100" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic.php?t=39100</a></p>
<p>Grüße Rapha</p>
]]></description><link>https://www.c-plusplus.net/forum/post/414780</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/414780</guid><dc:creator><![CDATA[Rapha]]></dc:creator><pubDate>Fri, 12 Dec 2003 21:03:07 GMT</pubDate></item><item><title><![CDATA[Reply to URLDownload mit Progressanzeige on Sat, 13 Dec 2003 10:15:53 GMT]]></title><description><![CDATA[<p>Danke Rapha,</p>
<p>allerdings habe ich bis jetzt das callback zu<br />
URLDownloadToFile nicht verstanden.</p>
<p>Hat evtl einer von euch eine entsprechende kleine<br />
Downloaddemo auf Lager, die einfach nur callback<br />
verständlich macht ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/414946</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/414946</guid><dc:creator><![CDATA[Chris1986]]></dc:creator><pubDate>Sat, 13 Dec 2003 10:15:53 GMT</pubDate></item></channel></rss>