<?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[FlatSB_SetScrollProp]]></title><description><![CDATA[<p>habe gerade versucht mit FlatSB_SetScrollProp die Scrollbar eines listbox fensters zu ersetzen was auch klappt. nur wenn ich auf die scrollpfeile drücke, wird kurz die alte box (thumb) angezeigt. Weiß jemand warum?</p>
<pre><code>allTimes=CreateBox(hWnd,ListsX,ListsY+40,56,100);
			hButAdd=CreateWindow(&quot;button&quot;,&quot;Add&quot;,WS_CHILD|WS_VISIBLE,
	SendMessage(allTimes, LB_ADDSTRING, 0, (LPARAM) &quot;a&quot;);
			SendMessage(allTimes, LB_ADDSTRING, 0, (LPARAM) &quot;b&quot;);
			SendMessage(allTimes, LB_ADDSTRING, 0, (LPARAM) &quot;c&quot;);
			SendMessage(allTimes, LB_ADDSTRING, 0, (LPARAM) &quot;d&quot;);
			SendMessage(allTimes, LB_ADDSTRING, 0, (LPARAM) &quot;e&quot;);
			SendMessage(allTimes, LB_ADDSTRING, 0, (LPARAM) &quot;f&quot;);
			SendMessage(allTimes, LB_ADDSTRING, 0, (LPARAM) &quot;g&quot;);
			SendMessage(allTimes, LB_ADDSTRING, 0, (LPARAM) &quot;h&quot;);
			SendMessage(allTimes, LB_ADDSTRING, 0, (LPARAM) &quot;i&quot;);
	InitializeFlatSB(allTimes);
			FlatSB_SetScrollProp(allTimes, WSB_PROP_VSTYLE, FSB_FLAT_MODE, true);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/99780/flatsb_setscrollprop</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 10:56:40 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/99780.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 31 Jan 2005 19:49:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to FlatSB_SetScrollProp on Mon, 31 Jan 2005 19:49:19 GMT]]></title><description><![CDATA[<p>habe gerade versucht mit FlatSB_SetScrollProp die Scrollbar eines listbox fensters zu ersetzen was auch klappt. nur wenn ich auf die scrollpfeile drücke, wird kurz die alte box (thumb) angezeigt. Weiß jemand warum?</p>
<pre><code>allTimes=CreateBox(hWnd,ListsX,ListsY+40,56,100);
			hButAdd=CreateWindow(&quot;button&quot;,&quot;Add&quot;,WS_CHILD|WS_VISIBLE,
	SendMessage(allTimes, LB_ADDSTRING, 0, (LPARAM) &quot;a&quot;);
			SendMessage(allTimes, LB_ADDSTRING, 0, (LPARAM) &quot;b&quot;);
			SendMessage(allTimes, LB_ADDSTRING, 0, (LPARAM) &quot;c&quot;);
			SendMessage(allTimes, LB_ADDSTRING, 0, (LPARAM) &quot;d&quot;);
			SendMessage(allTimes, LB_ADDSTRING, 0, (LPARAM) &quot;e&quot;);
			SendMessage(allTimes, LB_ADDSTRING, 0, (LPARAM) &quot;f&quot;);
			SendMessage(allTimes, LB_ADDSTRING, 0, (LPARAM) &quot;g&quot;);
			SendMessage(allTimes, LB_ADDSTRING, 0, (LPARAM) &quot;h&quot;);
			SendMessage(allTimes, LB_ADDSTRING, 0, (LPARAM) &quot;i&quot;);
	InitializeFlatSB(allTimes);
			FlatSB_SetScrollProp(allTimes, WSB_PROP_VSTYLE, FSB_FLAT_MODE, true);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/711567</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/711567</guid><dc:creator><![CDATA[FlatSB_SetScrollProp]]></dc:creator><pubDate>Mon, 31 Jan 2005 19:49:19 GMT</pubDate></item></channel></rss>