Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
swdev:dotnet:drag_and_drop [2010/11/15 14:52]
smayr [Source Control (Drag Origin)]
swdev:dotnet:drag_and_drop [2011/04/06 08:44] (current)
smayr
Line 131: Line 131:
 == Resources == == Resources ==
   * [[http://blog.nostatic.org/2007/12/drag-and-drop-in-wpf.html|Drag and Drop in WPF]]   * [[http://blog.nostatic.org/2007/12/drag-and-drop-in-wpf.html|Drag and Drop in WPF]]
-  * [[http://blogs.msdn.com/b/jaimer/archive/2007/07/12/drag-drop-in-wpf-explained-end-to-end.aspx|Drag and Drop in WPF Explained End to End]]+  * [[http://blogs.msdn.com/b/jaimer/archive/2007/07/12/drag-drop-in-wpf-explained-end-to-end.aspx|Drag and Drop in WPF Explained End to End]] (Jaime Rodríguez)
   * [[http://msdn.microsoft.com/en-us/library/ms742859.aspx|MSDN: Drag and Drop Overview]]   * [[http://msdn.microsoft.com/en-us/library/ms742859.aspx|MSDN: Drag and Drop Overview]]
   * [[http://wpftutorial.net/DragAndDrop.html|WPF Tutorial: Drag and Drop]]   * [[http://wpftutorial.net/DragAndDrop.html|WPF Tutorial: Drag and Drop]]
 +  * [[http://www.switchonthecode.com/tutorials/winforms-using-custom-cursors-with-drag-drop|WinForms using custom cursors with Drag and Drop]] 
 +  * [[http://www.codeproject.com/KB/WPF/DraggingElementsInCanvas.aspx|Dragging Elements in Canvas]]