• 0

C++ creating a system tray ballon tip


Question

I'm looking for code to create a system tray balloon tip, not in .NET or anything, just straight winapi, does anyone have any code that does that? or know where I could find some? I've been looking for some time

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0
Quick search on google provided many examples on how to do this. I suggest you do the same.

Maybe be more helpful and offer up a few suggestions on what the user should search for rather than going out of your way to be unhelpful?

Link to comment
Share on other sites

  • 0
Quick search on google provided many examples on how to do this. I suggest you do the same.

If you read what I said i've been searching for a while, the reason is because the examples either did not work(compiled but did nothing) or its .NET or vb or something other then what i need

Link to comment
Share on other sites

  • 0
Quick search on google provided many examples on how to do this. I suggest you do the same.

Then what is the point of having a "Help & Discussion Center" forum?

Link to comment
Share on other sites

  • 0

The library:

http://msdn.microsoft.com/en-us/library/bb...28VS.85%29.aspx

http://msdn.microsoft.com/en-us/library/bb...28VS.85%29.aspx

And an open source program that shows how to use these interfaces.

http://www.paralint.com/projects/notifu/

I did a search on msdn for "tray balloon" in only Win32/COM articles. Then did a google search for the interface name. :/

Edited by Xilo
Link to comment
Share on other sites

  • 0
The library:

http://msdn.microsoft.com/en-us/library/bb...28VS.85%29.aspx

http://msdn.microsoft.com/en-us/library/bb...28VS.85%29.aspx

And an open source program that shows how to use these interfaces.

http://www.paralint.com/projects/notifu/

I did a search on msdn for "tray balloon" in only Win32/COM articles. Then did a google search for the interface name. :/

Thank you

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.