博客园 :: :: 新随笔 :: :: :: 管理 ::

随笔分类 -  AutoIt

摘要:内涵图 阅读全文
posted @ 2016-09-12 00:53 #include<stdio.h> 阅读(516) 评论(0) 推荐(0)

摘要:在用AI中复制文字会将其格式一起复制.经常遇到同字不同样式,之前是先写在记事本上再复制,觉得太麻烦.遂用AotoIt写了如下的小工具.#include <ButtonConstants.au3>#include <EditConstants.au3>#include <GUIConstantsEx.au3>#include <GUIListBox.au3>#include <WindowsConstants.au3>#Region ### START Koda GUI section ### Form=E:\myoutput\5\大胃 阅读全文
posted @ 2012-01-04 16:46 #include<stdio.h> 阅读(329) 评论(0) 推荐(0)

摘要:;没有设置错误陷阱,仿牛族字符转换.因为牛族老是被金山灭掉,所以就自己仿了个.功能简单只是Ascii与char的互转而已.;#Region**** 参数创建于 ACNWrapper_GUI ****#AutoIt3Wrapper_OutFile=字符转换.exe#AutoIt3Wrapper_Run_Tidy=y#EndRegion ;**** 参数创建于 ACNWrapper_GUI ****#include <ButtonConstants.au3>#include <EditConstants.au3>#include <GUIConstantsEx.au3 阅读全文
posted @ 2011-06-10 08:42 #include<stdio.h> 阅读(463) 评论(0) 推荐(0)

摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1$z=0;//=0一直循环=1停止循环,这算是个全局变量.2HotKeySet("!1","click... 阅读全文
posted @ 2010-08-06 20:35 #include<stdio.h> 阅读(2247) 评论(0) 推荐(0)