Skip to content

Simple Inactive Windows Control Library for AutoHotKey(L)

License

Notifications You must be signed in to change notification settings

mschadev/iwclib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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