CHC Posted November 20, 2009 Share Posted November 20, 2009 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 More sharing options...
0 CHC Posted November 20, 2009 Author Share Posted November 20, 2009 no one can help? Link to comment Share on other sites More sharing options...
0 Xilo Posted November 20, 2009 Share Posted November 20, 2009 Quick search on google provided many examples on how to do this. I suggest you do the same. Link to comment Share on other sites More sharing options...
0 MikeChipshop Member Posted November 20, 2009 Member Share Posted November 20, 2009 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 More sharing options...
0 CHC Posted November 20, 2009 Author Share Posted November 20, 2009 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 More sharing options...
0 Doli Posted November 20, 2009 Share Posted November 20, 2009 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 More sharing options...
0 Xilo Posted November 20, 2009 Share Posted November 20, 2009 (edited) 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 November 20, 2009 by Xilo Link to comment Share on other sites More sharing options...
0 CHC Posted November 20, 2009 Author Share Posted November 20, 2009 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 More sharing options...
0 Patrick333 Posted November 25, 2009 Share Posted November 25, 2009 It's a Win32 FAQ for ... 18 years ! Ask on Professional Win32 api group for official code (Microsoft) (Win32 gurus have also Windows source code...) Link to comment Share on other sites More sharing options...
Question
CHC
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