Skip to content

Instantly share code, notes, and snippets.

@AHK-just-me
AHK-just-me / BLOB_sample.ahk
Last active December 11, 2015 17:19
Class_SQLiteDB{} - wrapper class for SQLite.dll function calls used to access SQLite databases.
; ======================================================================================================================
; Script Function: Sample script for Class_SQLiteDB.ahk
; AHK Version: L 1.1.00.00 (U32)
; Language: English
; Tested on: Win XPSP3, Win VistaSP2 (32 Bit)
; Author: just me
; ======================================================================================================================
; AHK Settings
; ======================================================================================================================
#NoEnv
@AHK-just-me
AHK-just-me / Class_LV_Colors.ahk
Last active July 29, 2019 10:15
Class_LV_Colors{} - Set background and/or text colours for individual cells or rows in an AHK GUI ListView control.
; ======================================================================================================================
; Namespace: LV_Colors
; AHK version: AHK 1.1.09.02
; Function: Helper object and functions for ListView row and cell coloring
; Language: English
; Tested on: Win XPSP3, Win VistaSP2 (U32) / Win 7 (U64)
; Version: 0.1.00.00/2012-10-27/just me
; 0.2.00.00/2013-01-12/just me - bugfixes and minor changes
; 0.3.00.00/2013-06-15/just me - added "Critical, 100" to avoid drawing issues
; ======================================================================================================================