Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.How to change name of application menu?

Answer: Use this code to change the application menu name on Mac OS X:
Example
dim mb as new MenubarMBS
dim m as MenuMBS = mb.item(1) // 1 is in my tests the app menu
if m<>Nil then
m.MenuTitle = "Hello World"
end if

This code is for Carbon only.


The biggest plugin in space...