@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The DoDragDrop API !!!!C# Signature: [DllImport("ole32.dll")] static extern int DoDragDrop(IDataObject pDataObject, IDropSource pDropSource, int dwOKEffect, int[] pdwEffect); !!!!User-Defined Types: None. !!!!Notes: None. !!!!Tips & Tricks: Call `OleInitialize` first, otherwise it has no effect. !!!!Sample Code: Please add some! !!!!Alternative Managed API: Do you know one? Please contribute it! Documentation: DoDragDrop@msdn on MSDN
Edit ole32.DoDragDrop
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.