<?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 Maximize Dialog in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Maximize-Dialog/m-p/769244#M21752</link>
    <description>You mention a 'dialog', then you give an example referring to a QuickWin window. This dialog you are referring to, exactly what commands have you used to create and display it? If it is a standard dialog, then the windows API function ShowWindow(hwnd, SW_HIDE) will send a command to minimize the window that has window handle hWnd.</description>
    <pubDate>Sun, 12 Dec 2010 22:58:10 GMT</pubDate>
    <dc:creator>anthonyrichards</dc:creator>
    <dc:date>2010-12-12T22:58:10Z</dc:date>
    <item>
      <title>Maximize Dialog</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Maximize-Dialog/m-p/769240#M21748</link>
      <description>How would I maximize a dialog through code? I've only ever maximized a window, but a dlg isn't a window (at least I don't think so?).</description>
      <pubDate>Wed, 08 Dec 2010 18:21:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Maximize-Dialog/m-p/769240#M21748</guid>
      <dc:creator>trainstroker</dc:creator>
      <dc:date>2010-12-08T18:21:31Z</dc:date>
    </item>
    <item>
      <title>Maximize Dialog</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Maximize-Dialog/m-p/769241#M21749</link>
      <description>A dialog box certainly is a window and has its own handle. If the dialog information is held in a DIALOG type variable (e.g. DLG) and the window handle is obtainable using DLG%hWnd.</description>
      <pubDate>Thu, 09 Dec 2010 10:10:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Maximize-Dialog/m-p/769241#M21749</guid>
      <dc:creator>anthonyrichards</dc:creator>
      <dc:date>2010-12-09T10:10:06Z</dc:date>
    </item>
    <item>
      <title>Maximize Dialog</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Maximize-Dialog/m-p/769242#M21750</link>
      <description>type(QWINFO) windowInfo&lt;BR /&gt;!Maximize the main window&lt;BR /&gt;windowInfo%type = QWIN$MAX &lt;BR /&gt;iret = SETWSIZEQQ(dlg%hWnd,windowInfo)&lt;BR /&gt;&lt;BR /&gt;I tried this and it didn't work?? Why wouldn't this work? I'm trying to maximize modal diaogs i've made which I use as use interfaces to collect data from users. (its kind of like a survey)</description>
      <pubDate>Sat, 11 Dec 2010 20:05:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Maximize-Dialog/m-p/769242#M21750</guid>
      <dc:creator>trainstroker</dc:creator>
      <dc:date>2010-12-11T20:05:15Z</dc:date>
    </item>
    <item>
      <title>Maximize Dialog</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Maximize-Dialog/m-p/769243#M21751</link>
      <description>I have played with a regular API window dialog example and found the following: in the dialog procedure there will be, or can be, an WM_INITDIALOG message handled. During the handling ofthat message you can use the API routine MoveWindow to both resize and reposition the window. This thus also facilitates settingthe width and height to itsmaximum. I hope this help you somehow!&lt;BR /&gt;&lt;BR /&gt;Robert</description>
      <pubDate>Sun, 12 Dec 2010 19:51:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Maximize-Dialog/m-p/769243#M21751</guid>
      <dc:creator>Robert_van_Amerongen</dc:creator>
      <dc:date>2010-12-12T19:51:29Z</dc:date>
    </item>
    <item>
      <title>Maximize Dialog</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Maximize-Dialog/m-p/769244#M21752</link>
      <description>You mention a 'dialog', then you give an example referring to a QuickWin window. This dialog you are referring to, exactly what commands have you used to create and display it? If it is a standard dialog, then the windows API function ShowWindow(hwnd, SW_HIDE) will send a command to minimize the window that has window handle hWnd.</description>
      <pubDate>Sun, 12 Dec 2010 22:58:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Maximize-Dialog/m-p/769244#M21752</guid>
      <dc:creator>anthonyrichards</dc:creator>
      <dc:date>2010-12-12T22:58:10Z</dc:date>
    </item>
  </channel>
</rss>

