Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to display my app's icon (programmatically) on the top right corner of the Mac OS X menu bar

I know Skype does it - they have a special icon register to there. And then when user click on the icon, a drop down menu will appear...

like image 813
tom Avatar asked Sep 13 '25 10:09

tom


1 Answers

See the docs for status bar and NSStatusItem. You can also find tutorials and sample code by googling for NSStatusItem.

like image 60
Kristopher Johnson Avatar answered Sep 15 '25 16:09

Kristopher Johnson