Try this:
EnjoyPHP Code:POINT pt;
HWND hWnd = /* (the hWnd of the window that contains the menu) */ ;
LONG lRes;
GetCursorPos(&pt);
lRes = SendMessage(hWnd, WM_NCHITTEST, NULL, POINTTOPOINTS(pt));
if(lRes == HTMENU)
// woo
![]()
|
Results 1 to 3 of 3
Thread: Selected menusThreaded View
|
Click Here to Expand Forum to Full Width |