how to create ballon tip of system tray ? |
Post Reply |
Author | |
bingocn
Newbie Joined: 13 April 2004 Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 13 April 2004 at 1:26am |
I saw the TrayIconDlg example. I execute it, but the ballon tip is disalbed. I search the code, it need to define SYSTRAY_USEW2K if i want to use ballon tip. I defined SYSTRAY_USEW2K in the project and rebuild it . but it not found NIF_STATE,NIS_HIDDEN and others My system : Windows xp home(sp1), IE6.0,VC++6.0(sp5). thank you in advance. :) |
|
Cezariusz
Moderator Group Joined: 14 May 2003 Location: Poland Status: Offline Points: 16 |
Post Options
Thanks(0)
|
You have to install the Platform SDK from Microsoft, which defines NOTIFYICONDATA_V1_SIZE. The Toolkit will detect this and will define SYSTRAY_USEW2K. You can download SDK from: |
|
bingocn
Newbie Joined: 13 April 2004 Status: Offline Points: 2 |
Post Options
Thanks(0)
|
thank you very much. the example is ok now. |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |