views:

112

answers:

2

I want to get the Mozilla menu handle but GetMenu returns zero. On Notepad it is true. Why?

+6  A: 

Because Mozilla uses its own engine to display the menu, while Notepad uses the menu system provided by the Windows API.

Ringding
+1  A: 

If you need to read the menus then of course you can always use the accessibility APIs.

Neil