문제

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 Visual 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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top