Registriert seit: 2. Feb 2003
611 Beiträge
Delphi 2009 Professional
|
Re: Vista Balloon Tip
15. Mär 2008, 15:29
Moin,
Das glaube ich nicht. Zumindest kann ich keine Unterscheidung zwischen den Icons im Code erkennen.
Außerdem könnte man scheinbar auch direkt ein Handle übergeben:
Code:
void CBalloonMsg::Show( LPCTSTR lpszHdr, LPCTSTR lpszBody, LPPOINT pPt /*= NULL*/, HICON hIcon /*= NULL*/ )
// hIcon can be actual icon handle or when running on XP SP2 or better
// the following special UINT values may be used:
// 1 : Info icon.
// 2 : Warning icon
// 3 : Error Icon
Grüße,
Max
Max „If you have any great suggestions, feel free to mail me, and I'll probably feel free to ignore you.“ . Linus Torvalds
|