C# winform文件拖放操作
摘要:winform实现拖放功能需要先对控件的AllowDrog属性设置为true在控件的DragEnter事件捕获拖放的文件列表定义全局变量string[] filesPath=null;filesPath=(string[])e.Data.GetData(DataFormats.FileDrop);/...
阅读全文
posted @ 2015-01-30 14:13
posted @ 2015-01-30 14:13
posted @ 2015-01-29 06:28
posted @ 2015-01-27 19:14
posted @ 2015-01-27 17:42
posted @ 2015-01-07 21:38