<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: console text in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/console-text/m-p/954647#M20482</link>
    <description>Yes the CVF docs state that: &lt;BR /&gt;On a Windows NT or Windows 2000 system, the number of character lines is substantially larger than on Windows 98, Windows Me, and Windows 95 systems. &lt;BR /&gt; &lt;BR /&gt;However, I haven't been able to find out how much larger nor how to set the number of lines. If you can find out I'd appreciate it as this would answer my question. &lt;BR /&gt; &lt;BR /&gt;Thanks, &lt;BR /&gt;Gerry T.</description>
    <pubDate>Tue, 12 Jun 2001 09:51:13 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2001-06-12T09:51:13Z</dc:date>
    <item>
      <title>console text</title>
      <link>https://community.intel.com/t5/Software-Archive/console-text/m-p/954645#M20480</link>
      <description>When you write reams of text to a console is there a way in which text that has rolled off the window can be retrieved ? It must be possible to endow the console window with scroll bars so that you can review whatever text was written to it no matter how many screens ago. &lt;BR /&gt; &lt;BR /&gt;Hope you can help, &lt;BR /&gt;Gerry T.</description>
      <pubDate>Tue, 12 Jun 2001 09:03:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/console-text/m-p/954645#M20480</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-06-12T09:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: console text</title>
      <link>https://community.intel.com/t5/Software-Archive/console-text/m-p/954646#M20481</link>
      <description>Not that I know of.  You can enlarge the console window to include scroll bars - on Windows NT/2000, you can configure the window to have as many lines as you want, but on Windows 9x, 50 is the maximum.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 12 Jun 2001 09:37:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/console-text/m-p/954646#M20481</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-06-12T09:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: console text</title>
      <link>https://community.intel.com/t5/Software-Archive/console-text/m-p/954647#M20482</link>
      <description>Yes the CVF docs state that: &lt;BR /&gt;On a Windows NT or Windows 2000 system, the number of character lines is substantially larger than on Windows 98, Windows Me, and Windows 95 systems. &lt;BR /&gt; &lt;BR /&gt;However, I haven't been able to find out how much larger nor how to set the number of lines. If you can find out I'd appreciate it as this would answer my question. &lt;BR /&gt; &lt;BR /&gt;Thanks, &lt;BR /&gt;Gerry T.</description>
      <pubDate>Tue, 12 Jun 2001 09:51:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/console-text/m-p/954647#M20482</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-06-12T09:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: console text</title>
      <link>https://community.intel.com/t5/Software-Archive/console-text/m-p/954648#M20483</link>
      <description>I found a clue in the CVF confunc sample. Essentially having AllocConsole(d), do &lt;BR /&gt;... &lt;BR /&gt;fhandle = GetStdHandle(STD_OUTPUT_HANDLE) &lt;BR /&gt;wsize.x = 80 ! must be &amp;gt;= currently set console window line length &lt;BR /&gt;wsize.y = 5000 ! must be &amp;gt;= currently set console window no of lines &lt;BR /&gt;! get a console buffer bigger than the console window which will give &lt;BR /&gt;! scroll bars on the console window to scroll through the console buffer &lt;BR /&gt;statConsole = SetConsoleScreenBufferSize(fhandle, wsize) &lt;BR /&gt; &lt;BR /&gt;I post this on the off chance that it might be useful to someone else. &lt;BR /&gt; &lt;BR /&gt;Two things: &lt;BR /&gt;1. what's the upper limit on wsize.x/y? &lt;BR /&gt;2. What's the difference between the 'handle' provided by GetStdHandle and by FindWindow? They are numerically different and seem to serve different purposes. &lt;BR /&gt; &lt;BR /&gt;Ciao, &lt;BR /&gt;Gerry T.</description>
      <pubDate>Tue, 12 Jun 2001 10:51:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/console-text/m-p/954648#M20483</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-06-12T10:51:58Z</dc:date>
    </item>
  </channel>
</rss>

