<?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: How to hide scroll bar in a quickwin program? in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-hide-scroll-bar-in-a-quickwin-program/m-p/838538#M56643</link>
    <description>This is tricky. ShowScrollBar should work; alternatively, you can try calling SetScrollInfo() API with SCROLLINFO.fMask having SIF_DISABLENOSCROLL bit cleared (but I think the effect will be the same). &lt;BR /&gt;&lt;BR /&gt;However, if I recall correctly, either change "won't stick", as the QuickWin will reset scrollbars to the state it likes next time the window is resized (or even a drawing operation is perfomed, I'm not sure at the moment).&lt;BR /&gt;&lt;BR /&gt;You might consider using the approach in &lt;A href="http://www.xeffort.com/xeffort/samples/qw_xft/qw_xft.htm" target="_blank"&gt;http://www.xeffort.com/xeffort/samples/qw_xft/qw_xft.htm&lt;/A&gt;&lt;BR /&gt;i.e. override QuickWin drawing and scrolling entirely -- however, that also implies that you have to recode all the drawing code you had within.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 11 Jun 2007 13:31:11 GMT</pubDate>
    <dc:creator>Jugoslav_Dujic</dc:creator>
    <dc:date>2007-06-11T13:31:11Z</dc:date>
    <item>
      <title>How to hide scroll bar in a quickwin program?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-hide-scroll-bar-in-a-quickwin-program/m-p/838537#M56642</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;I have a quickwin application. Using Win API, I know how to disable scroll bar of a child window. However, I would like to hide both scroll bars completely. The function ShowScrollBar() does not seem to work. Don't know where went wrong. Could anyone help? Thank in advance.&lt;BR /&gt;&lt;BR /&gt;Mao&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Jun 2007 17:11:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-hide-scroll-bar-in-a-quickwin-program/m-p/838537#M56642</guid>
      <dc:creator>csmao</dc:creator>
      <dc:date>2007-06-08T17:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide scroll bar in a quickwin program?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-hide-scroll-bar-in-a-quickwin-program/m-p/838538#M56643</link>
      <description>This is tricky. ShowScrollBar should work; alternatively, you can try calling SetScrollInfo() API with SCROLLINFO.fMask having SIF_DISABLENOSCROLL bit cleared (but I think the effect will be the same). &lt;BR /&gt;&lt;BR /&gt;However, if I recall correctly, either change "won't stick", as the QuickWin will reset scrollbars to the state it likes next time the window is resized (or even a drawing operation is perfomed, I'm not sure at the moment).&lt;BR /&gt;&lt;BR /&gt;You might consider using the approach in &lt;A href="http://www.xeffort.com/xeffort/samples/qw_xft/qw_xft.htm" target="_blank"&gt;http://www.xeffort.com/xeffort/samples/qw_xft/qw_xft.htm&lt;/A&gt;&lt;BR /&gt;i.e. override QuickWin drawing and scrolling entirely -- however, that also implies that you have to recode all the drawing code you had within.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jun 2007 13:31:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-hide-scroll-bar-in-a-quickwin-program/m-p/838538#M56643</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2007-06-11T13:31:11Z</dc:date>
    </item>
  </channel>
</rss>

