How to display my application icon (programmatically) in the upper right corner of the Mac OS X menu bar

I know that Skype does this - there is a special icon there. And then when the user clicks on the icon, a dropdown menu will appear ...

+3
source share
2 answers

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

+5
source

NSStatusItem is responsible for this.

0
source

All Articles