I want to get the Mozilla menu handle but GetMenu returns zero. On Notepad it is true. Why?
GetMenu
Because Mozilla uses its own engine to display the menu, while Notepad uses the menu system provided by the Windows API.
If you need to read the menus then of course you can always use the accessibility APIs.