Drag And Drop Files to a C# Application

Amgad Suliman | 11/06/2009 | 1 Comments

The .NET Framework makes it easy to detect objects dragged and/or dropped into a Windows Forms application using one or more of the drag-and-drop events available. In these events you could check if the object is a file.

Filed Under: WinForms