摘要:
(1)建立一个类文件,命名为HotKey.cs,代码如下: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Runtime.InteropServices; 6 using System.Windows.Forms; 7 8 namespace TalentPlayer 9 {10 class HotKey11 {12 //如果函数执行成功,返回值不为0。13 //如果函数执行... 阅读全文
posted @ 2013-09-23 16:58
酣睡的熊㊣
阅读(475)
评论(0)
推荐(1)