05-20-2016, 11:35 AM
external call
Hook procedure
Function ChromeBarProc
No message from toolbar hook procedure..where do I do wrong???
def WM_MYMESSAGE 0x658741
SendMessage(win("CHROMEBAR" "QM_toolbar") WM_MYMESSAGE 1 2)Hook procedure
Function ChromeBarProc
function# hWnd message wParam lParam
def WM_MYMESSAGE 0x658741
;<help #IDH_EXTOOLBAR>Toolbar hook help</help>
;outw hWnd
sel message
,case WM_MYMESSAGE
,out "recu"No message from toolbar hook procedure..where do I do wrong???
