03-20-2014, 12:41 PM
Probably would be difficult and/or unreliable.
Did you try mouse trigger for the first part?
Or can use mouse hook, SetWindowsHookEx(WH_MOUSE_LL...).
Or create dll, inject it into Firefox process, subclass window.
Also try accessible object triggers.
Did you try mouse trigger for the first part?
Or can use mouse hook, SetWindowsHookEx(WH_MOUSE_LL...).
Or create dll, inject it into Firefox process, subclass window.
Also try accessible object triggers.