RSS订阅优然探索
你的位置:首页 » winformC#拖拽实现获得文件路径
技术文章

未命名文章

未命名文章

设置Form的AllowDrop为true

        private void Form1_DragDrop(object sender, DragEventArgs e)
        {
            String[] fileNames = (String[])e.Data.GetData(DataFormats.FileDrop);
...

发布时间:2011年1月11日 标签: winformC#拖拽实现获得文件路径  

«1»