How to detect drag operation at windows global scope? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T14:12:56Z http://stackoverflow.com/feeds/question/293975 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/293975/how-to-detect-drag-operation-at-windows-global-scope 0 How to detect drag operation at windows global scope? sxingfeng 2008-11-16T15:19:13Z 2009-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#294527 0 Answer by gerard for How to detect drag operation at windows global scope? gerard 2008-11-16T23:04:44Z 2008-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#760072 0 Answer by Juan for How to detect drag operation at windows global scope? Juan 2009-04-17T11:32:59Z 2009-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>