﻿<?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://edn.embarcadero.com/article/33415</link>
    <!-- source: http://edn.embarcadero.com/article/33415/feed-->
    <dc:date>2009-07-09T13:42:00-07:00</dc:date>
    <item>
      <description><![CDATA[I cannot get .ShowBalloonHint to work (namely, no errors but no balloon hint displays from my TTrayIcon component displayed in the System Tray).All other functionality in this article work.I have downloaded the project and tried it in both Developer Studio 2006 (Update 2, Version 10.0.2558.35231) and RAD Studio 2007 (December 2007 Update, Version 11.0.2902.10471).Is this working for other people?  Any idea what I might be doing wrong?I can post code if necessary; however, as above, the code in the download project should serve as an example.]]></description>
      <title><![CDATA[TTrayIcon.ShowBalloonHint not working for me]]></title>
      <managingEditor>
	 (Jonathan Weekes)
</managingEditor>
      <guid isPermaLink="true">http://threads.embarcadero.com/threads/threads.exe/view?commentid=41558</guid>
      <dc:date>2008-09-12T12:05:39-07:00</dc:date>
      <pubDate>2008-09-12T12:05:39-07:00</pubDate>
      <source url="http://edn.embarcadero.com/article/33415/feed">Comments for The New TTrayIcon Component in BDS 2006</source>
    </item>
    <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.embarcadero.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://edn.embarcadero.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.embarcadero.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://edn.embarcadero.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.embarcadero.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://edn.embarcadero.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.embarcadero.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://edn.embarcadero.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>