Re: VS2008 - Balloon tooltip does not appear
- From: Yannick <ydaffaud@xxxxxxxxxxx>
- Date: Tue, 19 Feb 2008 15:41:52 +0100
I have tried but it does not change anything. It must be sizeof(NOTIFYICONDATA) as Shell32.dll version is 6.0 on XP and Vista.
Yannick
On 2008-02-19 10:57:05 +0100, Dave Miller said:
Yannick wrote:I have written a small app that simply displays an icon in the status area with a balloon tooltip. When I build it avec VS2005 it works like a charm on XP/Vista. However, it behaves strangely when it is built with VS2008: works perfectly on Vista but on XP the balloon tooltip does not appear (the icon does) - cannot figure out why. Any idea?
Initialize cbSize with NOTIFYICONDATA_V2_SIZE or NOTIFYICONDATA_V3_SIZE instead of sizeof(NOTIFYICONDATA).
- Dave
.
- Follow-Ups:
- Re: VS2008 - Balloon tooltip does not appear
- From: Dave Miller
- Re: VS2008 - Balloon tooltip does not appear
- References:
- VS2008 - Balloon tooltip does not appear
- From: Yannick
- Re: VS2008 - Balloon tooltip does not appear
- From: Dave Miller
- VS2008 - Balloon tooltip does not appear
- Prev by Date: Re: VS2008 - Balloon tooltip does not appear
- Next by Date: Re: VS2008 - Balloon tooltip does not appear
- Previous by thread: Re: VS2008 - Balloon tooltip does not appear
- Next by thread: Re: VS2008 - Balloon tooltip does not appear
- Index(es):
Relevant Pages
|