开发者

MSN Messenger/Growl Style Alerts in Windows C++

开发者 https://www.devze.com 2022-12-12 10:26 出处:网络
Does anyone know of any C++ Libraries which I can easily integrate in a project to allow me to show MSN Messenger/Outlook/Growl style toast popups?

Does anyone know of any C++ Libraries which I can easily integrate in a project to allow me to show MSN Messenger/Outlook/Growl style toast popups?

Tried having a look and found lots of Visu开发者_开发知识库al Basic controls etc but nothing for C++ so far.


You might wanna a look at Customizable Alert Window by Marius Bancila.


How about... growl for windows? :]

http://www.growlforwindows.com/gfw/


The VS 2008 MFC has a toast dialog that looks just like outlook toast. The disadvantage is that you have to have MFC as the main framework in you app - might not be worth it just for the toasts.

Create a sample MFC project in Visual Studio and see if it is at all suitable.

0

精彩评论

暂无评论...
验证码 换一张
取 消