GithubHelp home page GithubHelp logo

ahks's Introduction

This is Camerb's repo of AHKs that make his life easier.
Maybe you can take parts of them and make your life easier,
too. This repo is open source, so have fun with the code
here. Don't try to sell this code, cause it's free, but if
this code just happens to help you be more productive and
it makes you some money, that's perfectly fine.

FYI: I run vanilla AHK (AKA AHK_basic from autohotkey.com).
I don't run any of the variants, like AHK_L or AHK_v2, but
I do dabble a little with IronAHK on my CR-48 running Ubuntu.
All of the scripts in this repo run on either Win7 or WinXP 
with AHK_basic but about 90% of the scripts here will not
run using IronAHK (just sayin').

Come to #ahk on irc.freenode.net to discuss or ask for help.

   --camerb

ahks's People

Contributors

camerb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ahks's Issues

Could you please add Readme

Please add Readme so that anyone can use your AHK, it would be great if you provide readme for most used ahk scripts of yours. Thanks :)

Error: Call to nonexistent function.

When I run the COM.ahk I get this error:


---------------------------
COM.ahk
---------------------------
Error:  Call to nonexistent function.

Specifically: errord("silent", "COM Error Notification", "Function Name:	""" . name . """
ERROR:	" . sError . "	("...

	Line#
	226: bDebug := hr
	228: Return,COM_HR&&COM_LR ? COM_LR<<32|COM_HR:COM_HR
	229: }
	230: Else
	230: if !bDebug  
	231: Return
	232: hr ? (VarSetCapacity(sError,1023),VarSetCapacity(nError,10),DllCall("kernel32\FormatMessageA","Uint",0x1000,"Uint",0,"Uint",hr<>0x80020009 ? hr : (bExcep:=1)*(hr:=NumGet(pei+28)) ? hr : hr:=NumGet(pei+0,0,"Ushort")+0x80040200,"Uint",0,"str",sError,"Uint",1024,"Uint",0),DllCall("user32\wsprintfA","str",nError,"str","0x%08X","Uint",hr,"Cdecl")) : sError:="The COM Object may not be a valid Dispatch Object!
	First ensure that COM Library has been initialized through COM_Init().
", lr ? (VarSe
--->	233: errord("silent", "COM Error Notification", "Function Name:	""" . name . """
ERROR:	" . sError . "	(" . nError . ")" . (bExcep ? SubStr(NumGet(pei+24) ? DllCall(NumGet(pei+24),"Uint",pei) : "",1,0) . "
PROG:	" . COM_Ansi4Unicode(NumGet(pei+4)) . COM_SysFreeString(NumGet(pei+4)) . "
DESC:	" . COM_Ansi4Unicode(NumGet(pei+8)) . COM_SysFreeString(NumGet(pei+8)) . "
HELP:	" . COM_Ansi4Unicode(NumGet(pei+12)) . COM_SysFreeString(NumGet(pei+12)) . "," . NumGet(pei+16) : "") . (lr ? "

ERROR2:	" .
	235: Exit
	236: }
	239: {
	241: if Not	VarSetCapacity(IDispatch)  
	242: {
	243: VarSetCapacity(IDispatch,28,0),   nParams=3112469  
	244: Loop,Parse,nParams

The program will exit.
---------------------------
OK   
---------------------------

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.