Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Specific drag and drop window monitoring
#1
Hi Gaintaras, Hi all

i'd like to kiss goodbye an old firefox extension and mimic it via QM.

Basically, I need a way to monitor drag'n'drop only in firefox, detecting when mouse down, and
acting on mouse up, depending on the coordinates from start point.

I think I can manage most of the second part (calculate movement direction, what kind of object is dragged etc)
but I need a framework/direction for the first step.

Any help?

TY
#2
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.


Forum Jump:


Users browsing this thread: 1 Guest(s)