|
Old wine in a new wineskin and some additional sweets.
CreateImageButton.ahk: Code: ;
; AHK 1.1 +
;
; Function: Create images and assign them to be shown within pushbuttons.
; AHK version: 1.1.05.05 (U32 / U64)
; Language: English
; Tested on: Win XPSP...
Started by just me on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at autohotkey):
Always wanted a function....
This is great! I wonder if there's a way to make something like this for other controls like, sliders, DDls, etc .
This is great! I wonder if there's a way to make something like this for other controls like, sliders, DDls, etc .
|
|
Well some headway has been made with tutoral10:
in this version when you click 'go' the needle will auto locate to its correct rotation AND locaton even if you move the window.
Kenn demonstrated a cleaner update mechnaism using the slider, which should...
Started by jleslie48 on
, 8 posts
by 5 people.
Answer Snippets (Read the full thread at autohotkey):
pGraphics
, "uint", &sString, "int", -1, "uint", hFont, "uint", &RectF, "uint", hFormat, "uint", &RC && pBrush && pGraphics)
return !pGraphics ? -2 : !hFamily ? -3 : !hFont ? -4 : !hFormat ?....
|