Assuming 32512 is required, the following 2 results were found.
to flicker. More...? How about having the cursor change to hand when you hover the mouse over the image: /* IDC_ARROW := 32512 IDC_IBEAM := 32513 IDC_WAIT := 32514 IDC_CROSS := 32515 IDC_UPARROW := 32516 IDC_SIZE := 32640 IDC_ICON := 32641 IDC_SIZENWSE...
Win32 Constantshttps://www.joellipman.com/articles/automation/autohotkey/win32-constants.html
portion Const LVIR_BOUNDS = 0 Const LVIR_ICON = 1 Const LVIR_LABEL = 2 ;#End Region ;#Region Cursor Type Const IDC_ARROW = 32512 Const IDC_IBEAM = 32513 Const IDC_WAIT = 32514 Const IDC_CROSS = 32515 Const IDC_UPARROW = 32516 Const IDC_SIZE = 32640...