mschadev / iwclib

Simple Inactive Windows Control Library for AutoHotKey(L)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iwclib


Simple Inactive Windows Control Library for AutoHotKey(L)
Autohotkey Forum Post: here

Support version

  • Unicode32

  • Unicode64

  • ANSI32

Installation

  1. Download here
  2. Include "iwclib-full.ahk" in the script.
#include iwclib-full.ahk

Supported functions

Table of supported functions.
If exist * before function name, Requires administrator privileges

Capture

Function Description
*CaptureforSave Inactive Windows Program Capture for save

Control

Function Description
SimpleClick Inactive Mouse Click(left)
SendStr Inactive Send string

Windows

Function Description
*InactiveImageSearch Inactive Image Search
*ImageSearchFromFile ImageSearch From Image File
*InactivePixelSearch Inactive Pixel Search
*MultipleInactivePixelSearch Multiple Inactive Pixel Search
HideWindow Hide Window
ShowWindow Show Window
IsWindowMinimize Check the window for minimize

Etc

Function Description
MakeKeyDownLParam Function to create lparam required for 'postmessage'
MakeKeyUpLParam Function to create lparam required for 'postmessage'

Development Environment

Windows 10 64bit
Autohotkey v1.1.30.01
UniCode 32bit

License

MIT

About

Simple Inactive Windows Control Library for AutoHotKey(L)

License:MIT License


Languages

Language:AutoHotkey 92.7%Language:C 7.3%