Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Speech bubble" notifications

I'm trying to get a notification to pop up something like these bubbles in an MFC application:

unused icons bubble image

caps lock still on image
(source: humanized.com)

I'm currently making an interface mockup in C# to show some stakeholders, so it would be nice to have it there too.

It doesn't necessarily have to be speech-bubble-esque: it could be something like a tooltip - but it does have to appear without mouse-over

Cheers!

like image 455
Smashery Avatar asked Dec 10 '22 21:12

Smashery


2 Answers

Just found this on CodeProject. Downloaded the sample and it works well actually. I'm going to add this to my own code repository; never know when I may need this!

like image 121
BFree Avatar answered Dec 19 '22 05:12

BFree


Have a look on CodeProject (C#) :)

like image 32
leppie Avatar answered Dec 19 '22 05:12

leppie