Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
when a menu is popup,how i could get it's HWND? love program
use EnumWindows to get the menu handle. menu is a window also, and must be active one in enums. then get its parent, which is window u need. includeh10