Changes between Initial Version and Version 3 of Ticket #3942
- Timestamp:
- Mar 28, 2024, 7:11:16 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3942
- Property Owner set to
- Property Status new → 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
