but to use it I had to set g_hHook to static otherwise mainmenus are affected
Code: Select all
Procedure WinCallback(hwnd, msg, wparam, lparam)
Static g_hHook
...
Code: Select all
Procedure WinCallback(hwnd, msg, wparam, lparam)
Static g_hHook
...
Code: Select all
If a <= i And a > 0 ; !!!!!!!
i - 1
EndIf