<?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: Upper right close box doesn't work in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Upper-right-close-box-doesn-t-work/m-p/931976#M15061</link>
    <description>I discovered how to close a window by clicking the the upper right box from a dialog window:  One of the control IDs must be "IDCANCEL".  If at least one of the controls in the dialog window is named exactly "IDCANCEL" then clicking the upper right box will invoke this control with a cancel signal. Obscure indeed.</description>
    <pubDate>Sun, 17 Dec 2000 11:58:38 GMT</pubDate>
    <dc:creator>hbell</dc:creator>
    <dc:date>2000-12-17T11:58:38Z</dc:date>
    <item>
      <title>Upper right close box doesn't work</title>
      <link>https://community.intel.com/t5/Software-Archive/Upper-right-close-box-doesn-t-work/m-p/931974#M15059</link>
      <description>I can't get my Window to close when I click the upper right "X" close box.  Is there something I need to check in order to make this functional? &lt;BR /&gt; &lt;BR /&gt;Harry Bell</description>
      <pubDate>Fri, 15 Dec 2000 14:05:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Upper-right-close-box-doesn-t-work/m-p/931974#M15059</guid>
      <dc:creator>hbell</dc:creator>
      <dc:date>2000-12-15T14:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Upper right close box doesn't work</title>
      <link>https://community.intel.com/t5/Software-Archive/Upper-right-close-box-doesn-t-work/m-p/931975#M15060</link>
      <description>Harry, please, &lt;BR /&gt; &lt;BR /&gt;Which type of project? Which compiler? As you posted it, we &lt;BR /&gt;could only guess if you're unable to make the X button work in your Win32 application or you can't close browser on a Linux? &lt;BR /&gt; &lt;BR /&gt;(Educated guess) A Win32 application (with standard message loop) should handle WM_DESTROY message in the frame window procedure &lt;BR /&gt;like this: &lt;BR /&gt; &lt;BR /&gt;&lt;PRE&gt; 
SELECT CASE(Msg) 
... 
CASE (WM_DESTROY) 
      CALL PostQuitMessage(wParam) 
... 
&lt;/PRE&gt; &lt;BR /&gt; &lt;BR /&gt;I hope that's the answer, &lt;BR /&gt; &lt;BR /&gt;Regards, &lt;BR /&gt; &lt;BR /&gt;Jugoslav</description>
      <pubDate>Sat, 16 Dec 2000 01:54:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Upper-right-close-box-doesn-t-work/m-p/931975#M15060</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2000-12-16T01:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Upper right close box doesn't work</title>
      <link>https://community.intel.com/t5/Software-Archive/Upper-right-close-box-doesn-t-work/m-p/931976#M15061</link>
      <description>I discovered how to close a window by clicking the the upper right box from a dialog window:  One of the control IDs must be "IDCANCEL".  If at least one of the controls in the dialog window is named exactly "IDCANCEL" then clicking the upper right box will invoke this control with a cancel signal. Obscure indeed.</description>
      <pubDate>Sun, 17 Dec 2000 11:58:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Upper-right-close-box-doesn-t-work/m-p/931976#M15061</guid>
      <dc:creator>hbell</dc:creator>
      <dc:date>2000-12-17T11:58:38Z</dc:date>
    </item>
  </channel>
</rss>

