How to detect drag operation at windows global scope? - Stack Overflow most recent 30 from stackoverflow.com2009-11-30T14:12:56Zhttp://stackoverflow.com/feeds/question/293975http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/293975/how-to-detect-drag-operation-at-windows-global-scope0How to detect drag operation at windows global scope?sxingfeng2008-11-16T15:19:13Z2009-05-19T17:00:02Z
<p>When I drag a folder at the edge of the screen in Windows XP, it become a toolbar, containing the files in the folder.<p>
How can windows detect there is a drag operation?
If I want to write a application to detect drag operation in system scope, How can I do this?</p>
<p>And another problem: how can I disable this windowsXP function, it is really annoying.</p>
http://stackoverflow.com/questions/293975/how-to-detect-drag-operation-at-windows-global-scope/294527#2945270Answer by gerard for How to detect drag operation at windows global scope?gerard2008-11-16T23:04:44Z2008-11-16T23:04:44Z<p>It's a Win32 FAQ.
See Google Groups. </p>
http://stackoverflow.com/questions/293975/how-to-detect-drag-operation-at-windows-global-scope/760072#7600720Answer by Juan for How to detect drag operation at windows global scope?Juan2009-04-17T11:32:59Z2009-04-17T11:32:59Z<p><a href="http://blogs.msdn.com/oldnewthing/archive/2009/04/10/9541813.aspx" rel="nofollow">http://blogs.msdn.com/oldnewthing/archive/2009/04/10/9541813.aspx</a></p>