C#使用剪切板复制程序

System.Collections.Specialized.StringCollection list = new System.Collections.Specialized.StringCollection();
            list.Add(@"E:\Projects\JSON.GTA(2012)\Build\Debug\EbayAuthorization.exe");
            Clipboard.SetFileDropList(list);

posted @ 2014-10-23 09:21  路徒人  阅读(222)  评论(0)    收藏  举报