PeterPanettone 157 Posted April 11 When I show a menu in Windows Notepad, this code gets me the handle of that menu window: MenuWnd := FindWindowEx(0, 0, MAKEINTATOM($8000), nil); (which allows me to make a screenshot from that menu), for example: But when I show a menu in the Delphi Code Editor, MenuWnd is 0! Does anybody know how I can get the handle of the menu window from the Delphi code editor or in other similar cases? Share this post Link to post
PeterPanettone 157 Posted April 12 (edited) SOLVED by using advanced MSAA technology. Edited April 12 by PeterPanettone Share this post Link to post