设置Form的AllowDrop为true
private void Form1_DragDrop(object sender, DragEventArgs e) { String[] fileNames = (String[])e.Data.GetData(DataFormats.FileDrop);...
发布时间:2011年1月11日 标签: winformC#拖拽实现获得文件路径