Click here to Skip to main content
15,888,984 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralClasswizard Pin
Daniel132428-Jan-04 15:15
Daniel132428-Jan-04 15:15 
GeneralRe: Classwizard Pin
Christian Graus28-Jan-04 15:41
protectorChristian Graus28-Jan-04 15:41 
GeneralRe: Classwizard Pin
Daniel132428-Jan-04 15:43
Daniel132428-Jan-04 15:43 
GeneralRe: Classwizard Pin
Christian Graus28-Jan-04 15:44
protectorChristian Graus28-Jan-04 15:44 
GeneralRe: Classwizard Pin
Daniel132428-Jan-04 15:45
Daniel132428-Jan-04 15:45 
GeneralRe: Classwizard Pin
Michael P Butler28-Jan-04 23:38
Michael P Butler28-Jan-04 23:38 
GeneralRe: Classwizard Pin
Daniel132429-Jan-04 0:43
Daniel132429-Jan-04 0:43 
Generalwindows systray balloon tooltip, need help Pin
haritadala28-Jan-04 14:46
haritadala28-Jan-04 14:46 
Hello all

I'm programming windows systray and want to put an icon in the sytray which can popup balloon tooltips. I'm using win2000 with visual studio6. The problem is the header file "shellapi.h" which I've seems like it doesn't support balloon tooltips. Here's the NOTIFYICONDATA structure I find in the hearder file

typedef struct _NOTIFYICONDATAA {
DWORD cbSize;
HWND hWnd;
UINT uID;
UINT uFlags;
UINT uCallbackMessage;
HICON hIcon;
CHAR szTip[64];
} NOTIFYICONDATAA, *PNOTIFYICONDATAA;

This structure doesn't have the members like "szInfo" which has to be used to popup balloon tooltip. I refer to microsoft docs where it says version>5 is needed, when I check my shell32.dll version it shows as >5.

Do I need to have new header file? If yes, where can I download from?

Can any one help me?

Many thanks for your help
Hari.
GeneralRe: windows systray balloon tooltip, need help Pin
Michael Dunn28-Jan-04 16:15
sitebuilderMichael Dunn28-Jan-04 16:15 
Generalfull duplex project Pin
ee113328-Jan-04 13:34
ee113328-Jan-04 13:34 
Generalshow a dialog windows Pin
Bondtje28-Jan-04 12:50
Bondtje28-Jan-04 12:50 
GeneralRe: show a dialog windows Pin
Christian Graus28-Jan-04 15:43
protectorChristian Graus28-Jan-04 15:43 
GeneralRe: show a dialog windows Pin
Prakash Nadar28-Jan-04 19:39
Prakash Nadar28-Jan-04 19:39 
GeneralRe: show a dialog windows Pin
Michael Dunn28-Jan-04 16:18
sitebuilderMichael Dunn28-Jan-04 16:18 
Questionhow do i prevent a property sheet from receiving focus? Pin
godzooky28-Jan-04 10:51
godzooky28-Jan-04 10:51 
AnswerRe: how do i prevent a property sheet from receiving focus? Pin
__Cerb28-Jan-04 14:16
__Cerb28-Jan-04 14:16 
GeneralWindows Messages Pin
__Cerb28-Jan-04 10:41
__Cerb28-Jan-04 10:41 
GeneralRe: Windows Messages Pin
Diddy28-Jan-04 11:11
Diddy28-Jan-04 11:11 
GeneralRe: Windows Messages Pin
__Cerb28-Jan-04 11:32
__Cerb28-Jan-04 11:32 
GeneralRe: Windows Messages Pin
__Cerb28-Jan-04 11:37
__Cerb28-Jan-04 11:37 
GeneralRe: Windows Messages Pin
Diddy28-Jan-04 11:51
Diddy28-Jan-04 11:51 
General.NET specific error Pin
Binayak28-Jan-04 10:41
Binayak28-Jan-04 10:41 
General_L error Pin
Binayak28-Jan-04 9:59
Binayak28-Jan-04 9:59 
GeneralRe: _L error Pin
Wes Aday28-Jan-04 10:04
professionalWes Aday28-Jan-04 10:04 
GeneralRe: _L error Pin
Jörgen Sigvardsson28-Jan-04 10:24
Jörgen Sigvardsson28-Jan-04 10:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.