Changes between Initial Version and Version 3 of Ticket #3942
- Timestamp:
- 03/28/24 19:11:16 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3942
- Property Owner set to Jon
- Property Status changed from new to assigned
-
Ticket #3942 – Description
initial v3 20 20 21 21 22 {{{ 22 {{{#!autoit 23 23 Func GetMessagePos($dll='user32.dll') 24 24 Local $pos = DllCall($dll,'dword','GetMessagePos')[0] … … 34 34 35 35 36 {{{ 36 {{{#!autoit 37 37 Func GetMessageTime($dll='user32.dll') 38 38 Return DllCall($dll,'long','GetMessageTime')[0] … … 47 47 48 48 49 {{{ 49 {{{#!autoit 50 50 #OnAutoItStartRegister SetProcessDPIAware 51 51