您好,欢迎光临本网站![请登录][注册会员]  
文件名称: COM Standard Library
  所属分类: 其它
  开发工具:
  文件大小: 13kb
  下载次数: 0
  上传时间: 2012-12-05
  提 供 者: f43***
 详细说明: This is a standard library COM.ahk. It requires at least AHK build 1.0.47.00. Before downloading, please read first about Standard Library. Libraries of Functions: Standard Library and User Library [v1.0.47+] A script may call a function in an external file without having to use #Include. For this to work, a file of the same name as the function must exist in one of the following library directories: %A_MyDocuments%\AutoHotkey\Lib\ ; User library. This directory is optional; it may be entirely absent. path-to-the-currently-r unning-AutoHotkey.exe\Lib\ ; Standard library. This is also optional.For example, if a script calls a nonexistent function MyFunc(), the program searches for a file named MyFunc.ahk in the user library. If not found there, it searches for it in the standard library. If a match is still not found and the function's name contains an underscore (e.g. MyPrefix_MyFunc), the program searches both libraries for a file named MyPrefix.ahk and loads it if it exists. This allows MyPrefix.ahk to contain both the function MyPrefix_MyFunc and other related functions whose names start with MyPrefix_. Although a library file generally contains only a single function of the same name as its filename, it may also contain private functions and subroutines that are called only by it. However, such functions should have fairly distinct names because they will still be in the global namespace; that is, they will be callable from anywhere in the script. If a library file uses #Include, the working directory for #Include is the library file's own directory. This can be used to create a redirect to a larger library file that contains that function and others related to it. The script compiler (ahk2exe) also supports library functions. However, it requires that a copy of AutoHotkey.exe exist in the directory above the compiler directory (which is normally the case). If AutoHotkey.exe is absent, the compiler still works but library functions are not automatically included. Functions included from a library perform just as well as other functions because they are pre-loaded before the script begins executing. ...展开收缩
(系统自动生成,下载前可以参看下载内容)

下载文件列表

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等多线程下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.
 相关搜索: AutoHotKey
 输入关键字,在本站1000多万海量源码库中尽情搜索: