<?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: Quickwin program not showing on Taskbar in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Quickwin-program-not-showing-on-Taskbar/m-p/988049#M27637</link>
    <description>That will happen if dialog's parent is a hidden main window (hidden windows do not show up on taskbar and task list). Note that for a dialog-based application you don't have to have any windows except for the main dialog.  &lt;BR /&gt; &lt;BR /&gt;However, QuickWin creates the main frame window by default and you can't do much about it. I suggest you turn your project into a Win32 application; actually, that will &lt;B&gt;simplify&lt;/B&gt; it since you don't need any QW overhead -- all you need is already in DFLOGM: &lt;BR /&gt;&lt;PRE&gt;INTEGER FUNCTION WinMain(hInst,hPrevInst,lpCmdLine,iCmdShow) 
!DEC$ATTRIBUTES STDCALL, ALIAS: "_WinMain@16" :: WinMain 
USE DFLOGM 
TYPE(DIALOG):: Dlg 
INCLUDE "Resource.fd" 
iret = DlgInit(IDD_SOMETHING, Dlg) 
iret = DlgSet(Dlg,...) 
... 
IF (DlgModal(Dlg).EQ.IDOK) THEN 
   iret = DlgGet(... 
   !Do something after closing (or not) 
END IF 
WinMain = 0 
END FUNCTION WinMain&lt;/PRE&gt; &lt;BR /&gt;That's about all you need. &lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt;Jugoslav</description>
    <pubDate>Wed, 17 Apr 2002 17:32:26 GMT</pubDate>
    <dc:creator>Jugoslav_Dujic</dc:creator>
    <dc:date>2002-04-17T17:32:26Z</dc:date>
    <item>
      <title>Quickwin program not showing on Taskbar</title>
      <link>https://community.intel.com/t5/Software-Archive/Quickwin-program-not-showing-on-Taskbar/m-p/988048#M27636</link>
      <description>I have created a modal dialog based program but I can't get it to show up on the Windows Taskbar or Alt+Tab taskswitching key.  Can someone point me in the right direction.  Thank you.</description>
      <pubDate>Wed, 17 Apr 2002 07:24:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Quickwin-program-not-showing-on-Taskbar/m-p/988048#M27636</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2002-04-17T07:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Quickwin program not showing on Taskbar</title>
      <link>https://community.intel.com/t5/Software-Archive/Quickwin-program-not-showing-on-Taskbar/m-p/988049#M27637</link>
      <description>That will happen if dialog's parent is a hidden main window (hidden windows do not show up on taskbar and task list). Note that for a dialog-based application you don't have to have any windows except for the main dialog.  &lt;BR /&gt; &lt;BR /&gt;However, QuickWin creates the main frame window by default and you can't do much about it. I suggest you turn your project into a Win32 application; actually, that will &lt;B&gt;simplify&lt;/B&gt; it since you don't need any QW overhead -- all you need is already in DFLOGM: &lt;BR /&gt;&lt;PRE&gt;INTEGER FUNCTION WinMain(hInst,hPrevInst,lpCmdLine,iCmdShow) 
!DEC$ATTRIBUTES STDCALL, ALIAS: "_WinMain@16" :: WinMain 
USE DFLOGM 
TYPE(DIALOG):: Dlg 
INCLUDE "Resource.fd" 
iret = DlgInit(IDD_SOMETHING, Dlg) 
iret = DlgSet(Dlg,...) 
... 
IF (DlgModal(Dlg).EQ.IDOK) THEN 
   iret = DlgGet(... 
   !Do something after closing (or not) 
END IF 
WinMain = 0 
END FUNCTION WinMain&lt;/PRE&gt; &lt;BR /&gt;That's about all you need. &lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt;Jugoslav</description>
      <pubDate>Wed, 17 Apr 2002 17:32:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Quickwin-program-not-showing-on-Taskbar/m-p/988049#M27637</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2002-04-17T17:32:26Z</dc:date>
    </item>
  </channel>
</rss>

