<?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[Slider Controls in Dialogen]]></title><description><![CDATA[<p>hi</p>
<p>ich habe folgendes problem: ich habe einen Dialog in c++ (win32-projekt) erstellt, in welchem ich Slider Controls verwende. wie kann ich diese Controls im Zuge von &quot;WM_INITDIALOG:&quot; initialisieren? (Startwert, Min-Wert &amp; Max-Wert angeben usw...)</p>
<p>thx &amp; mfg Martin</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/108072/slider-controls-in-dialogen</link><generator>RSS for Node</generator><lastBuildDate>Tue, 30 Jun 2026 03:28:42 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/108072.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 26 Apr 2005 06:42:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Slider Controls in Dialogen on Tue, 26 Apr 2005 06:42:10 GMT]]></title><description><![CDATA[<p>hi</p>
<p>ich habe folgendes problem: ich habe einen Dialog in c++ (win32-projekt) erstellt, in welchem ich Slider Controls verwende. wie kann ich diese Controls im Zuge von &quot;WM_INITDIALOG:&quot; initialisieren? (Startwert, Min-Wert &amp; Max-Wert angeben usw...)</p>
<p>thx &amp; mfg Martin</p>
]]></description><link>https://www.c-plusplus.net/forum/post/775554</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/775554</guid><dc:creator><![CDATA[Weihnachtsmann]]></dc:creator><pubDate>Tue, 26 Apr 2005 06:42:10 GMT</pubDate></item><item><title><![CDATA[Reply to Slider Controls in Dialogen on Tue, 26 Apr 2005 07:52:27 GMT]]></title><description><![CDATA[<p><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/trackbar/trackbar.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/trackbar/trackbar.asp</a></p>
<p>msdn schrieb:</p>
<blockquote>
<p>The logical units of a trackbar are the set of contiguous values that the trackbar can represent. They are usually defined by specifying the range of possible values with a <strong>TBM_SETRANGE</strong> message when the trackbar is first created. Applications can dynamically alter the range by using the <strong>TBM_SETRANGEMAX</strong> and <strong>TBM_SETRANGEMIN</strong> messages.</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/775604</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/775604</guid><dc:creator><![CDATA[miller_m]]></dc:creator><pubDate>Tue, 26 Apr 2005 07:52:27 GMT</pubDate></item></channel></rss>