//Hey all,
//-->I want to trap the MenuItem ID of any Menu in any application.
//--> this is done with subclassing.
unit jmHookApp;
interface
uses
SysUtils,
Windows,
Messages;
var
intPrevProc : integer;
m_ApphWnd : HWND;
function Hook(hookAppWindowHwnd : HWND): boolean...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.