登录
首页 » C# » AutoKey

AutoKey

于 2012-06-13 发布 文件大小:768KB
0 147
下载积分: 1 下载次数: 71

代码说明:

  用csharp写的,是一个模拟鼠标按键 和键盘按键。类似按键精灵,想学习的同学可以下载。(The csharp write a simulated mouse buttons and keyboard keys. Similar QuickMacro, students want to learn can be downloaded.)

文件列表:

AutoKey
.......\AutoKey
.......\.......\AutoKey.cs,8392,2012-05-16
.......\.......\AutoKey.csproj,3652,2012-05-16
.......\.......\AutoKey.csproj.user,208,2012-05-16
.......\.......\AutoKey.Designer.cs,7036,2012-05-16
.......\.......\AutoKey.resx,6398,2012-05-16
.......\.......\bin
.......\.......\...\Debug
.......\.......\...\.....\AutoKey.exe,19968,2012-05-16
.......\.......\...\.....\AutoKey.pdb,38400,2012-05-16
.......\.......\...\.....\AutoKey.vshost.exe,11608,2012-05-17
.......\.......\...\.....\AutoKey.vshost.exe.manifest,490,2010-03-17
.......\.......\...\.....\SCREEN


.......\.......\...\Release
.......\.......\...\.......\AutoKey.exe,28672,2012-02-01
.......\.......\...\.......\AutoKey.pdb,30208,2012-02-01
.......\.......\...\.......\AutoKey.vshost.exe,5632,2005-12-08

.......\.......\obj
.......\.......\...\AutoKey.csproj.FileListAbsolute.txt,1588,2012-02-01
.......\.......\...\Debug
.......\.......\...\.....\AutoKey.csproj.FileListAbsolute.txt,751,2012-05-17
.......\.......\...\.....\AutoKey.csproj.GenerateResource.Cache,844,2012-02-01
.......\.......\...\.....\AutoKey.exe,19968,2012-05-16
.......\.......\...\.....\AutoKey.pdb,38400,2012-05-16
.......\.......\...\.....\AutoKey.Properties.Resources.resources,180,2012-05-16
.......\.......\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,5380,2012-05-16
.......\.......\...\.....\GenerateResource-ResGen.read.1.tlog,1014,2012-05-16
.......\.......\...\.....\GenerateResource-ResGen.write.1.tlog,658,2012-05-16
.......\.......\...\.....\Refactor
.......\.......\...\.....\TempPE
.......\.......\...\.....\......\Properties.Resources.Designer.cs.dll,4608,2012-05-16
.......\.......\...\.....\WindowsApplication1.AutoKey.resources,180,2012-05-16
.......\.......\...\Release
.......\.......\...\.......\AutoKey.csproj.GenerateResource.Cache,844,2012-02-01
.......\.......\...\.......\AutoKey.exe,28672,2012-02-01
.......\.......\...\.......\AutoKey.pdb,30208,2012-02-01
.......\.......\...\.......\AutoKey.Properties.Resources.resources,180,2012-01-31
.......\.......\...\.......\TempPE
.......\.......\...\.......\WindowsApplication1.AutoKey.resources,180,2012-02-01
.......\.......\Program.cs,402,2012-01-31
.......\.......\Properties
.......\.......\..........\AssemblyInfo.cs,1197,2012-01-31
.......\.......\..........\Resources.Designer.cs,2852,2012-05-16
.......\.......\..........\Resources.resx,5612,2012-01-31
.......\.......\..........\Settings.Designer.cs,1105,2012-05-16
.......\.......\..........\Settings.settings,249,2012-01-31
.......\AutoKey.sln,911,2012-05-16
.......\Backup
.......\......\AutoKey
.......\......\.......\AutoKey.cs,8392,2012-02-01
.......\......\.......\AutoKey.csproj,3345,2012-01-31
.......\......\.......\AutoKey.csproj.user,168,2012-01-31
.......\......\.......\AutoKey.Designer.cs,6007,2012-02-01
.......\......\.......\AutoKey.resx,6398,2012-02-01

.......\......\.......\Program.cs,402,2012-01-31
.......\......\.......\Properties
.......\......\.......\..........\AssemblyInfo.cs,1197,2012-01-31
.......\......\.......\..........\Resources.Designer.cs,2522,2012-01-31
.......\......\.......\..........\Resources.resx,5612,2012-01-31
.......\......\.......\..........\Settings.Designer.cs,1014,2012-01-31
.......\......\.......\..........\Settings.settings,249,2012-01-31
.......\......\AutoKey.sln,910,2012-01-31
.......\UpgradeLog.XML,4382,2012-05-16
.......\_UpgradeReport_Files
.......\....................\UpgradeReport.css,3348,2012-05-16
.......\....................\UpgradeReport.xslt,12505,2010-05-04
.......\....................\UpgradeReport_Minus.gif
.......\....................\UpgradeReport_Plus.gif

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • PlugJ1979
    说明:  J1979协议实现代码, 具体数据项处理(J1979 Protocol Implementation Code, Specific Data Item Processing)
    2020-06-16 08:20:01下载
    积分:1
  • C#自动更新服务(本地服务安装)
    using System;using System.Collections.Generic;using System.Linq;using System.Text;using Common.WinService;using Common.Log;using System.Threading;using Common.Net;using System.Text.RegularExpressions;namespace Collection.AutoRunner{    //获取学生信息    public class Service_Update_Data : IWindowsService    {        private ILogWriter _logWriter = null;        private const string logCategory = "Services.Info";        private string logInfoSource = "Update_Data";        private const string logErrorCategory = "Services.Error";        private const string logErrorSource = "Update_Data_Error";        private bool BeStop = true;        private System.Timers.Timer timer = null;        public void Start(Common.Log.ILogWriter logWriter, string gameCode)        {            gameCode = gameCode.ToUpper();            logInfoSource = gameCode;            _logWriter = logWriter;            BeStop = false;            StartRequestData();        }        int stata = 0;        private void StartRequestData()        {            try            {                #region 配置                //时间频率                var UpdateStudentSpan = ServiceHelper.GetInterval("UpdateData");                //更新学生开始时间                var studentbegintime = ServiceHelper.GetInterval("StudentBeginTime");                //更新学生结束时间                var studentendtime = ServiceHelper.GetInterval("StudentEndTime");                    //是否更新学生基本信息:true为更新 false为不更新                var IsUpdateStudnet =Convert.ToBoolean(ServiceHelper.GetSystemConfig("IsUpdateStudnet"));                                #endregion                timer = ServiceHelper.ExcuteByTimer(UpdateStudentSpan, () =>                {                    int timeHour = DateTime.Now.Hour;                    if (timeHour == 3)                        stata = 0;                    #region 更新学生基本信息                    if (studentbegintime
    2015-03-11下载
    积分:1
  • kl03-sc-baremetal_RTC
    说明:  KL03 RTC 历程 所用工程为iar工程(KL03 RTC sample iar project)
    2019-01-24 10:27:24下载
    积分:1
  • AHP2 软件
    AHP软件,好东西啊!可以大家下来学习学习(AHP software, a good thing ah! Down can we learn from)
    2011-04-19 20:53:48下载
    积分:1
  • 485373
    将BSTR类型转换成CString类型,VC++精选编程学习源码,很好的参考资料。(The BSTR CString type, VC++ select learning programming source code, a good reference.)
    2013-11-24 23:29:01下载
    积分:1
  • LPC1788 SDRAM运行
    LPC1788在SDRAM中运行程序,分散加载(LPC1788 runs programs in SDRAM, distributed load)
    2018-05-15 08:19:58下载
    积分:1
  • wafm
    系统托盘编程,压缩包有文章和源代码来自VC知识库(System tray programming, compression package has articles and VC source code from the knowledge base)
    2017-08-23 14:42:14下载
    积分:1
  • hanzi2pinyin
    有意思的小程序,用VB编程实现返回汉字拼音首字母,在某些时候我们能用得到!(Interesting applets, Programming with VB to return to the first letter of alphabet characters, at certain times we can get!)
    2016-02-18 08:54:12下载
    积分:1
  • TMS320VC5416timer
    tms320vc5416 dsp的定时器。(tms320vc5416 dsp timer.)
    2009-05-06 09:38:34下载
    积分:1
  • 200683022561186148
    。使用VC.NET做前端应用程序开发工具,利用面向对象的编程思想进行高效的开发,用SQL SERVER 2000进行后台数据库的创建和管理,利用ADO对象实现对后台数据库的连接,访问,修改以及写入等操作。并采用OLEDB连接数据库,提高了数据访问效率(. VC.NET make use of front-end application development tools, the use of object-oriented programming ideas for the development of highly efficient, using SQL SERVER 2000 to carry out the background of the creation and management of databases, using ADO objects to realize the background database connectivity, access, modify and write operation and so on. And uses OLEDB to connect databases, improve the efficiency of data access)
    2007-08-23 15:52:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载