<?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[TRACKBAR]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe mit</p>
<p>hTrack = CreateWindowEx(0,<br />
TRACKBAR_CLASS,<br />
&quot;Trackbar Control&quot;,<br />
WS_CHILD | WS_VISIBLE |<br />
TBS_ENABLESELRANGE | TBS_NOTICKS,<br />
300, 575,<br />
200, 20,<br />
hMainWnd,<br />
(HMENU)ID_TRACKBAR,<br />
hInstance,<br />
NULL);</p>
<p>eine trackbar erstellt, die dient zur lautstaerkeregelung. natuerlich sieht die nicht so stylisch aus, wuerde &quot;ihr&quot; also gern einen eigenen style geben, hat jemand eine ahnung, wie? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
<p>danke</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/85263/trackbar</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 00:54:34 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/85263.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 07 Sep 2004 11:05:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to TRACKBAR on Tue, 07 Sep 2004 11:05:33 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe mit</p>
<p>hTrack = CreateWindowEx(0,<br />
TRACKBAR_CLASS,<br />
&quot;Trackbar Control&quot;,<br />
WS_CHILD | WS_VISIBLE |<br />
TBS_ENABLESELRANGE | TBS_NOTICKS,<br />
300, 575,<br />
200, 20,<br />
hMainWnd,<br />
(HMENU)ID_TRACKBAR,<br />
hInstance,<br />
NULL);</p>
<p>eine trackbar erstellt, die dient zur lautstaerkeregelung. natuerlich sieht die nicht so stylisch aus, wuerde &quot;ihr&quot; also gern einen eigenen style geben, hat jemand eine ahnung, wie? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
<p>danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/601466</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/601466</guid><dc:creator><![CDATA[sirpreis]]></dc:creator><pubDate>Tue, 07 Sep 2004 11:05:33 GMT</pubDate></item><item><title><![CDATA[Reply to TRACKBAR on Wed, 08 Sep 2004 13:47:26 GMT]]></title><description><![CDATA[<p>Weiss das wirklich niemand? Oder habe ich die Frage vielleicht unverstaendlich gestellt? Ich will eine Trackbar wie die untere im Aussehen veraendern. Z.b. wie die bei Winamp... vielen Dank schonmal <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=":/"
      alt="😕"
    /></p>
<pre><code class="language-cpp">hTrack = CreateWindowEx(0, TRACKBAR_CLASS, &quot;Trackbar Control&quot;, WS_CHILD | WS_VISIBLE | TBS_ENABLESELRANGE | TBS_NOTICKS, 300, 575, 200, 20, hMainWnd,
(HMENU)ID_TRACKBAR, hInstance,NULL);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/602531</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/602531</guid><dc:creator><![CDATA[sirpreis]]></dc:creator><pubDate>Wed, 08 Sep 2004 13:47:26 GMT</pubDate></item><item><title><![CDATA[Reply to TRACKBAR on Fri, 10 Sep 2004 08:54:25 GMT]]></title><description><![CDATA[<p>Dann müsstest du wohl die Trackbar-Klasse superclassen, oder du hakst dich nach dem Erstellen mittels Sub-Classing in die WndProc ein un bearbeitest selber WM_PAINT.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/603945</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/603945</guid><dc:creator><![CDATA[flenders]]></dc:creator><pubDate>Fri, 10 Sep 2004 08:54:25 GMT</pubDate></item><item><title><![CDATA[Reply to TRACKBAR on Fri, 10 Sep 2004 15:22:21 GMT]]></title><description><![CDATA[<p>und hat vielleicht jemand das schonmal gemacht, oder ne ahnung, wie?</p>
<p>noch was, darueber hab ich im netz sonst noch nicht viel gefunden. mein programm hab ich quasi fast komplett aus bmp's zusammengebaut. kann man stattdessen auch png's nutzen? oder alle bitmaps zippen und das programm die benoetigten bitmaps aus der zip-datei extrahieren lassen? (die zip/rar datei soll die bitmaps natuerlich komprimiert enthalten)</p>
<p>danke, sirpreis</p>
]]></description><link>https://www.c-plusplus.net/forum/post/604115</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/604115</guid><dc:creator><![CDATA[sirpreis]]></dc:creator><pubDate>Fri, 10 Sep 2004 15:22:21 GMT</pubDate></item><item><title><![CDATA[Reply to TRACKBAR on Fri, 10 Sep 2004 16:06:14 GMT]]></title><description><![CDATA[<p>Wie du die Grafiken abspeicherst bleibt ganz dir überlassen. Du musst die Daten eben nur nachher lesen können - aber du kannst ja entsprechende Bibliotheken verwenden (z.B. für zip files, für PNG könntest du z.B. GDI+ verwenden) <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/604140</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/604140</guid><dc:creator><![CDATA[flenders]]></dc:creator><pubDate>Fri, 10 Sep 2004 16:06:14 GMT</pubDate></item></channel></rss>