﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <description><![CDATA[Comments for The New TTrayIcon Component in BDS 2006]]></description>
    <title><![CDATA[Comments for The New TTrayIcon Component in BDS 2006]]></title>
    <link>http://dn.codegear.com/article/33415</link>
    <!-- source: http://dn.codegear.com/article/33415/feed-->
    <dc:date>2008-08-28T19:32:40-07:00</dc:date>
    <item>
      <description><![CDATA[Great example, Ed, thanks. Was a real time saver for me.When building it with Delphi 2007 Upd 3, I noticed that the task bar and task switcher icons were not hidden, though. After a little searching, it appeared that I could solve that problem by adding the one-liner   ShowWindow(Application.Handle, Sw_Hide);to your code: Your original code wasvar    k: integer;  begin    application.Minimize;    for k := 0 to Screen.FormCount - 1 do begin      Screen.Forms[k].Hide;    end;  end;and the modified code became:    var    k: integer;begin  application.Minimize;  for k := 0 to Screen.FormCount - 1 do    begin    Screen.Forms[k].Hide;    end;  // Hide the main form to actually hide the taskbar / switcher button that   // Minimize left there.  ShowWindow(Application.Handle, Sw_Hide);end;]]></description>
      <title><![CDATA[The New TTrayIcon Component in BDS 2006 - by Ed Vander Hoek]]></title>
      <managingEditor>
	 (Philippe Auphelle)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=40581</guid>
      <dc:date>2007-10-19T07:43:20-07:00</dc:date>
      <pubDate>2007-10-19T07:43:20-07:00</pubDate>
      <source url="http://dn.codegear.com/article/33415/feed">Comments for The New TTrayIcon Component in BDS 2006</source>
    </item>
    <item>
      <description><![CDATA[This component is not aligned properly in Delphi to be visually inspected in C++ or Inherited from.  Any thoughts?  Specifically C++ aligns the Data member differently than Delphi does and there is a Boolean before the Data Structure so the alignment is off.]]></description>
      <title><![CDATA[The New TTrayIcon Component in BDS 2006 - by Ed Vander Hoek]]></title>
      <managingEditor>
	 (Rex Bloom)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=39970</guid>
      <dc:date>2007-03-19T10:04:23-07:00</dc:date>
      <pubDate>2007-03-19T10:04:23-07:00</pubDate>
      <source url="http://dn.codegear.com/article/33415/feed">Comments for The New TTrayIcon Component in BDS 2006</source>
    </item>
    <item>
      <description><![CDATA[Congratolations Ed Vander, this is exactly what i am looking for. Keep doing that good job!!!]]></description>
      <title><![CDATA[The New TTrayIcon Component in BDS 2006 - by Ed Vander Hoek - this article rocks!!!]]></title>
      <managingEditor>
	 (Luiz Eduardo Garcia)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=39170</guid>
      <dc:date>2006-06-29T07:23:11-07:00</dc:date>
      <pubDate>2006-06-29T07:23:11-07:00</pubDate>
      <source url="http://dn.codegear.com/article/33415/feed">Comments for The New TTrayIcon Component in BDS 2006</source>
    </item>
    <item>
      <description><![CDATA[Hello, how i it poible ti hide an MDI App]]></description>
      <title><![CDATA[The New TTrayIcon Component in BDS 2006 - by Ed Vander Hoek]]></title>
      <managingEditor>
	 (Craven Weasel)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=38953</guid>
      <dc:date>2006-03-01T11:10:28-08:00</dc:date>
      <pubDate>2006-03-01T11:10:28-08:00</pubDate>
      <source url="http://dn.codegear.com/article/33415/feed">Comments for The New TTrayIcon Component in BDS 2006</source>
    </item>
    <generator>Atom 1.0 XSLT Transform v1 (http://atom.geekhood.net)</generator>
  </channel>
</rss>