Skip to content

Instantly share code, notes, and snippets.

@jballi
jballi / Example - InputBox.ahk
Created December 18, 2012 01:38
Example - InputBox
;-- Idea for this example: just me.
;-- Post: http://www.autohotkey.com/board/topic/88206-inputbox-data-validation-5-characters-or-less/#entry559627
#NoEnv
#SingleInstance Force
ListLines Off
;-- Constants
ES_UPPERCASE :=0x8
ES_LOWERCASE :=0x10
ES_NUMBER :=0x2000