Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Browser toolbar
#42
external call


Code:
Copy      Help
def WM_MYMESSAGE 0x658741
SendMessage(win("CHROMEBAR" "QM_toolbar") WM_MYMESSAGE 1 2)



Hook procedure

Function ChromeBarProc
Code:
Copy      Help
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???


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)