有些人可以告诉我,以下流行窗口的名称是:
我如何为我的申请造成这种愤怒?
有些人可以告诉我,以下流行窗口的名称是:
我如何为我的申请造成这种愤怒?
更具体地说,这确实称为<<<>http://msdn.microsoft.com/en-us/library/windows/desktop/a511497.aspx>Notification>(特定类型的气球)<<>>。
该icon的屏幕区域称为 《区域。 视窗并不具体,其他操作系统有自己的通知区。
管理视窗发出的通知Icon(或如果需要的话,还要多)的正确方式是使用<><Shell_NotifyIcon。 页: 1
You can also use the numerous components available online wrapping this functionality (CoolTrayIcon is a prime example, although it is a bit bloated). You can make your own too, it s fairly easy.
注意采用MSDN准则,正确使用这一条理和良好做法。
I seem to have found out the answer, it is called a balloon notification . the relevant code to create one is found at : http://swissdelphicenter.ch/torry/showcode.php?id=1164
TMS component suite has better notification tools.You can check those out
my delphi 2009 app has a basic translation system that uses GNUGetText. i had used some win API calls to prepare the fonts. i thought it was working correctly until recently when someone from Malta ...
Ok, I m going nuts here. For the last (almost) four years, I ve been putting up with some extremely bad behavior from my Delphi 5 IDE. Problems include: Seemingly random errors in coride50.bpl ...
i would like to know if there are any solution to do this. Does anyone? The big picture: I want to access data over the web, using my delphi thin clients. But i´would like to keep my server/service ...
In Delphi, there is a function StrToInt() that converts a string to an integer value; there is also IntToStr(), which does the reverse. These functions doesn t appear to be part of Oxygene, and I can ...
What is the equivalent of SetLength using Oxygene? I m trying to size an integer array. var listIndexes: array of integer; begin setLength(listIndexes,5); // doesn t work end;
How can I monitor or visualize memory fragmentation of a delphi application?
I have consistently had IDE problems in Delphi/C++Builder for years, with every version. I usually just reboot, recompile, etc. and move on. However, I keep seeing others say that the IDE is rock ...
I was trying to speed up a certain routine in an application, and my profiler, AQTime, identified one method in particular as a bottleneck. The method has been with us for years, and is part of a "...