<?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[scrollbar einer console entfernen]]></title><description><![CDATA[<blockquote>
<p>HWND getHandle()<br />
{<br />
return FindWindow(&quot;ConsoleWindowClass&quot;,NULL);<br />
}<br />
..<br />
ShowScrollBar(getHandle(),SB_VERT,false);<br />
ShowScrollBar(getHandle(),SB_HORZ,false);</p>
</blockquote>
<p>Funktioniert nicht. Ich bekomme die Scrollbalken einer Konsole nicht weg (Konsolenfenster unter windows)</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/100401/scrollbar-einer-console-entfernen</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 19:00:04 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/100401.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 06 Feb 2005 22:02:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to scrollbar einer console entfernen on Sun, 06 Feb 2005 22:02:55 GMT]]></title><description><![CDATA[<blockquote>
<p>HWND getHandle()<br />
{<br />
return FindWindow(&quot;ConsoleWindowClass&quot;,NULL);<br />
}<br />
..<br />
ShowScrollBar(getHandle(),SB_VERT,false);<br />
ShowScrollBar(getHandle(),SB_HORZ,false);</p>
</blockquote>
<p>Funktioniert nicht. Ich bekomme die Scrollbalken einer Konsole nicht weg (Konsolenfenster unter windows)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/716272</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/716272</guid><dc:creator><![CDATA[verdammisch]]></dc:creator><pubDate>Sun, 06 Feb 2005 22:02:55 GMT</pubDate></item><item><title><![CDATA[Reply to scrollbar einer console entfernen on Mon, 07 Feb 2005 10:24:50 GMT]]></title><description><![CDATA[<p>Keiner eine Idee?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/716525</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/716525</guid><dc:creator><![CDATA[verdammisch]]></dc:creator><pubDate>Mon, 07 Feb 2005 10:24:50 GMT</pubDate></item><item><title><![CDATA[Reply to scrollbar einer console entfernen on Mon, 07 Feb 2005 11:39:30 GMT]]></title><description><![CDATA[<p>nur ne idee in das blaue geraten<br />
vielleicht geht es wenn du den buffer verkleinerst das sie dann automatisch verschwindet.<br />
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/setconsolescreenbuffersize.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/setconsolescreenbuffersize.asp</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/716591</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/716591</guid><dc:creator><![CDATA[miller_m]]></dc:creator><pubDate>Mon, 07 Feb 2005 11:39:30 GMT</pubDate></item></channel></rss>