I want to get a Mozilla menu handle, but GetMenureturns zero. In Notepad, it's true. Why?
GetMenu
Because Mozilla uses its own menu display engine, Notepad uses the menu system provided by the Windows API.
If you need to read the menu, then of course you can always use the accessibility API.
Source: https://habr.com/ru/post/1716103/More articles:Does anyone have a tag suggestion component for ASP.Net? - asp.netHow to change base class - pythonRange of floating point numbers in .NET? - c #TransactionScope Hierarchy - c #why is the sql query different from this linq query when running in C # and on vb.net? - c #How to detect when a user logs in using .NET (C #)? - c #Changing Ruby's default arguments - ruby | fooobar.comAttributeError: the "NoneType" object does not have the "GetDataStore" attribute - pythonLimitation of Subsonic Aggregation ("Availability") - subsonicSQLite Int64 vs Int32 Problem and SubSonic ActiveRecord - activerecordAll Articles