Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Drop areas
#1
is it possible to use toolbars as overlays which only react to drop ?
invisible on top with click through.


my idea is to drag text from any application to an area to trigger search
or to perform some other action.
pi
#2
Don't know how to create such a window.

You can create a function that runs all the time, detects drag and then shows your toolbar or dialog where needed...

This function detects OLE drag.
Macro
Code:
Copy      Help
rep
,GUITHREADINFO g.cbSize=sizeof(g)
,if(GetGUIThreadInfo(0 &g) and g.hwndCapture and wintest(g.hwndCapture "" "CLIPBRDWNDCLASS"))
,,out "drag"
,0.5


Forum Jump:


Users browsing this thread: 1 Guest(s)